diff -r 97d01d2a93b1 -r 644aca68e203 main_testing2/danube_test.sh --- a/main_testing2/danube_test.sh Wed Nov 04 15:35:31 2020 +0000 +++ b/main_testing2/danube_test.sh Fri Nov 06 01:07:26 2020 +0000 @@ -38,7 +38,7 @@ if (scala_compile danube.scala) then - echo " --> success" >> $out + echo " --> passed" >> $out tsts=$(( 0 )) else echo " --> SCALA DID NOT RUN danube.scala" >> $out @@ -57,7 +57,7 @@ echo " --> FAIL (make triple-sure your program conforms to the required format)" >> $out tsts=$(( 1 )) else - echo " --> success" >> $out + echo " --> passed" >> $out tsts=$(( 0 )) fi fi