Skip to content

v0.2.53..v0.2.54 changeset EvalPointMovesCmdTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/quick/EvalPointMovesCmdTest.sh b/test-files/cmd/quick/EvalPointMovesCmdTest.sh
index 2f0f346..1104da1 100755
--- a/test-files/cmd/quick/EvalPointMovesCmdTest.sh
+++ b/test-files/cmd/quick/EvalPointMovesCmdTest.sh
@@ -9,8 +9,10 @@ fi
 
 mkdir -p $HOOT_HOME/test-output/cmd/quick/EvalPointMovesCmdTest
 
+CONFIG="-C Testing.conf"
+
 outputdir=$HOOT_HOME/test-output/cmd/quick/EvalPointMovesCmdTest
-myCmd="hoot evaluate-point-moves --fatal 10 1.0,1.0,5.0,5.0 $outputdir"
+myCmd="hoot evaluate-point-moves $CONFIG --fatal 10 1.0,1.0,5.0,5.0 $outputdir"
 
 # Run test
 $myCmd
Clone this wiki locally