diff -r 97d01d2a93b1 -r 644aca68e203 pre_testing3/postfix_test.sh --- a/pre_testing3/postfix_test.sh Wed Nov 04 15:35:31 2020 +0000 +++ b/pre_testing3/postfix_test.sh Fri Nov 06 01:07:26 2020 +0000 @@ -35,7 +35,7 @@ if (scala_compile postfix.scala) then - echo -e " --> yes" >> $out + echo -e " --> passed" >> $out tsts=$(( 0 )) else echo -e " --> SCALA DID NOT RUN postfix.scala\n" >> $out @@ -54,7 +54,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 @@ -107,7 +107,7 @@ if (scala_compile postfix2.scala) then - echo -e " --> yes" >> $out + echo -e " --> passed" >> $out tsts1=$(( 0 )) else echo -e " --> SCALA DID NOT RUN postfix2.scala\n" >> $out @@ -126,7 +126,7 @@ echo -e " --> FAIL (make triple-sure your program conforms to the required format)" >> $out tsts1=$(( 1 )) else - echo -e " --> success" >> $out + echo -e " --> passed" >> $out tsts1=$(( 0 )) fi fi