diff -r bc92320b41d3 -r ae788eeea8a0 testing1/collatz_test.sh --- a/testing1/collatz_test.sh Fri Nov 23 01:52:37 2018 +0000 +++ b/testing1/collatz_test.sh Tue Nov 27 21:41:59 2018 +0000 @@ -37,7 +37,7 @@ if (scala_vars collatz.scala) then - echo " --> fail (make triple-sure your program conforms to the required format)" >> $out + echo " --> FAIL (make triple-sure your program conforms to the required format)\n" >> $out tsts0=$(( 0 )) else echo " --> success" >> $out @@ -56,7 +56,7 @@ echo " --> success" >> $out tsts=$(( 0 )) else - echo " --> scala did not run collatz.scala" >> $out + echo " --> SCALA DID NOT RUN COLLATZ.SCALA\n" >> $out tsts=$(( 1 )) fi else @@ -76,7 +76,7 @@ then echo " --> success" >> $out else - echo " --> one of the tests failed" >> $out + echo " --> ONE OF THE TESTS FAILED\n" >> $out fi fi @@ -95,7 +95,7 @@ then echo " --> success" >> $out else - echo " --> one of the tests failed" >> $out + echo " --> ONE OF THE TESTS FAILED\n" >> $out fi fi