pre_testing1/collatz_test.sh
changeset 352 97bcf8efe4e0
parent 346 663c2a9108d1
child 356 d1046d9d3213
--- a/pre_testing1/collatz_test.sh	Wed Nov 04 15:35:31 2020 +0000
+++ b/pre_testing1/collatz_test.sh	Fri Nov 06 01:07:26 2020 +0000
@@ -37,7 +37,7 @@
 
 if (scala_compile collatz.scala)
 then
-    echo -e "  --> success" >> $out
+    echo -e "  --> passed" >> $out
     tsts=$(( 0 ))
 else
     echo -e "  --> SCALA DID NOT RUN collatz.scala\n" >> $out
@@ -57,7 +57,7 @@
       echo -e "  --> FAIL (make triple-sure your program conforms to the required format)\n" >> $out
       tsts=$(( 1 ))
    else
-      echo -e "  --> success" >> $out
+      echo -e "  --> passed" >> $out
       tsts=$(( 0 )) 
    fi
 fi