--- a/main_testing5/bfc_test.sh Wed Nov 04 15:35:31 2020 +0000
+++ b/main_testing5/bfc_test.sh Fri Nov 06 01:07:26 2020 +0000
@@ -34,10 +34,10 @@
if (scala_compile bfc.scala)
then
- echo -e " --> success" >> $out
+ echo -e " --> passed" >> $out
tsts1=$(( 0 ))
else
- echo -e " --> --> SCALA DID NOT RUN BFC.SCALA\n" >> $out
+ echo -e " --> SCALA DID NOT RUN BFC.SCALA\n" >> $out
tsts1=$(( 1 ))
fi
@@ -53,7 +53,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