main_testing4/knight_test.sh
changeset 415 368556c8df56
parent 376 944db68cddbd
child 430 4029552de5fc
equal deleted inserted replaced
414:78cb8e9a9d17 415:368556c8df56
     3 
     3 
     4 out=${1:-output}
     4 out=${1:-output}
     5 
     5 
     6 echo -e "" > $out
     6 echo -e "" > $out
     7 
     7 
     8 echo -e "Below is the feedback for your submission of CW 8" >> $out
     8 echo -e "Below is the feedback for your submission of knight{1,2,3}.scala" >> $out
     9 echo -e "" >> $out
     9 echo -e "" >> $out
    10 #echo -e "!! Important: !!" >> $out
    10 #echo -e "!! Important: !!" >> $out
    11 #echo -e "Because of limitations with our testing infrastructure, we can only" >> $out
    11 #echo -e "Because of limitations with our testing infrastructure, we can only" >> $out
    12 #echo -e "let code run for 10 seconds and then have to kill it. This might" >> $out
    12 #echo -e "let code run for 10 seconds and then have to kill it. This might" >> $out
    13 #echo -e "mean your code is correct, but still marked as Fail. Remember" >> $out
    13 #echo -e "mean your code is correct, but still marked as Fail. Remember" >> $out