--- a/main_testing4/knight_test.sh Wed Nov 04 15:35:31 2020 +0000
+++ b/main_testing4/knight_test.sh Fri Nov 06 01:07:26 2020 +0000
@@ -45,7 +45,7 @@
if (scala_compile knight1.scala)
then
- echo -e " --> success " >> $out
+ echo -e " --> passed" >> $out
tsts1=$(( 0 ))
else
echo -e " --> SCALA DID NOT RUN KNIGHT1.SCALA\n" >> $out
@@ -64,7 +64,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
@@ -176,7 +176,7 @@
if (scala_compile knight2.scala)
then
- echo -e " --> success" >> $out
+ echo -e " --> passed" >> $out
tsts2=$(( 0 ))
else
echo -e " --> SCALA DID NOT RUN KNIGHT2.SCALA\n" >> $out
@@ -196,7 +196,7 @@
echo -e " --> Fail (make triple-sure your program conforms to the required format)" >> $out
tsts2=$(( 1 ))
else
- echo -e " --> success" >> $out
+ echo -e " --> passed" >> $out
tsts2=$(( 0 ))
fi
fi
@@ -263,7 +263,7 @@
if (scala_compile knight3.scala)
then
- echo " --> success" >> $out
+ echo " --> passed" >> $out
tsts3=$(( 0 ))
else
echo -e " --> SCALA DID NOT RUN KNIGHT3.SCALA\n" >> $out
@@ -281,7 +281,7 @@
echo " --> Fail (make triple-sure your program conforms to the required format)xsxs" >> $out
tsts3=$(( 1 ))
else
- echo " --> success" >> $out
+ echo " --> passed" >> $out
tsts3=$(( 0 ))
fi
fi