From a064faf1715bc01f0c47f7ee29e75767b2812e11 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sat, 24 Jan 2015 14:58:25 -0500 Subject: [PATCH] Allow custom test parameters --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index 39f9db286e..ba6fff0326 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'