From d46e1f24b45f87d4312996d6e0a1ca594590a9e1 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Sun, 12 Jul 2020 15:53:17 -0600 Subject: [PATCH] run tests single threaded --- test/lib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/functions.sh b/test/lib/functions.sh index e796e0e..902b06e 100644 --- a/test/lib/functions.sh +++ b/test/lib/functions.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"` -SV2V="$SCRIPT_DIR/../../bin/sv2v" +SV2V="$SCRIPT_DIR/../../bin/sv2v +RTS -N1 -RTS" assertExists() { file=$1