main_testing3/re_test.sh
changeset 352 97bcf8efe4e0
parent 347 4de31fdc0d67
child 376 6cc36d0ef79e
--- a/main_testing3/re_test.sh	Wed Nov 04 15:35:31 2020 +0000
+++ b/main_testing3/re_test.sh	Fri Nov 06 01:07:26 2020 +0000
@@ -36,7 +36,7 @@
 
 if (scala_compile re.scala)
 then
-    echo -e "  --> yes" >> $out
+    echo -e "  --> passed" >> $out
     tsts=$(( 0 ))
 else
     echo -e "  --> SCALA DID NOT RUN RE.SCALA\n" >> $out
@@ -55,7 +55,7 @@
 	echo -e "   --> FAIL (make triple-sure your program conforms to the required format)" >> $out 
 	tsts=$(( 1 ))
     else
-	echo -e "  --> success" >> $out
+	echo -e "  --> passed" >> $out
 	tsts=$(( 0 )) 
     fi
 fi