Loading tests/test_input_mode.sh +0 −4 Original line number Diff line number Diff line Loading @@ -32,10 +32,6 @@ runInputTest(){ cp deck.inp "$2.inp.gold" fi python $BASEDIR/deckCompare.py deck.inp "$2.inp.gold" if [ "$4" = true ]; then echo "Rebaselining the test case based on user input!!!!" cp deck.inp "$2.inp.gold" fi if [ "$?" != "0" ]; then echo "...TEST FAILED" exit 1 Loading tests/test_script_mode.sh +0 −4 Original line number Diff line number Diff line Loading @@ -32,10 +32,6 @@ runScriptTest(){ cp deck.inp deck.inp.gold fi python $BASEDIR/deckCompare.py deck.inp deck.inp.gold if [ "$3" = true ]; then echo "Rebaselining the test case based on user input!!!!" cp deck.inp deck.inp.gold fi if [ "$?" != "0" ]; then echo "...TEST FAILED" exit 1 Loading Loading
tests/test_input_mode.sh +0 −4 Original line number Diff line number Diff line Loading @@ -32,10 +32,6 @@ runInputTest(){ cp deck.inp "$2.inp.gold" fi python $BASEDIR/deckCompare.py deck.inp "$2.inp.gold" if [ "$4" = true ]; then echo "Rebaselining the test case based on user input!!!!" cp deck.inp "$2.inp.gold" fi if [ "$?" != "0" ]; then echo "...TEST FAILED" exit 1 Loading
tests/test_script_mode.sh +0 −4 Original line number Diff line number Diff line Loading @@ -32,10 +32,6 @@ runScriptTest(){ cp deck.inp deck.inp.gold fi python $BASEDIR/deckCompare.py deck.inp deck.inp.gold if [ "$3" = true ]; then echo "Rebaselining the test case based on user input!!!!" cp deck.inp deck.inp.gold fi if [ "$?" != "0" ]; then echo "...TEST FAILED" exit 1 Loading