mirror of https://github.com/zachjs/sv2v.git
run tests single threaded
This commit is contained in:
parent
d88c516d33
commit
d46e1f24b4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue