summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-01-24 14:58:25 -0500
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-01-24 14:58:25 -0500
commita064faf1715bc01f0c47f7ee29e75767b2812e11 (patch)
tree1155133f8a19d6a6c39b68c829dce22055b92679
parente027ea91395b27849c4b8db11555a263ea894b76 (diff)
downloadNim-a064faf1715bc01f0c47f7ee29e75767b2812e11.tar.gz
Allow custom test parameters
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index 39f9db286..ba6fff032 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -1,4 +1,4 @@
 #!/usr/bin/sh
 nim c --path:src -r --verbosity:0 --hints:off --linedir:on --debuginfo \
-  --stacktrace:on --linetrace:on  ./test/testall.nim \
+  --stacktrace:on --linetrace:on "$@" ./test/testall.nim \
   | grep -vE 'ProveInit|instantiation from here'