diff -r c3d3461a5e77 -r e3878cdd38bc marking3/knight1_test.sh --- a/marking3/knight1_test.sh Tue Feb 04 11:20:31 2020 +0000 +++ b/marking3/knight1_test.sh Tue Feb 04 14:15:42 2020 +0000 @@ -165,7 +165,7 @@ then END=$(date +%s) DIFF=$(( $END - $START )) - echo " It took $DIFF seconds" | tee -a $out + echo " It took $DIFF seconds" | tee -a $out echo -e " --> success\n" | tee -a $out marks=$(( marks + 1 )) else