Skip to content

v0.2.48..v0.2.49 changeset TestConfigure.sh

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/scripts/TestConfigure.sh b/scripts/TestConfigure.sh
index d0bdadc..28055b5 100755
--- a/scripts/TestConfigure.sh
+++ b/scripts/TestConfigure.sh
@@ -14,7 +14,7 @@ function build_notest {
 function build {
     make -s clean
     make -sj`nproc`
-    HootTest --quick --parallel
+    HootTest --quick
     make -s clean
 }
 
Clone this wiki locally