run tests single threaded

This commit is contained in:
Zachary Snow 2020-07-12 15:53:17 -06:00
parent d88c516d33
commit d46e1f24b4
1 changed files with 1 additions and 1 deletions

View File

@ -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