main_testing4/knight_test.sh
changeset 418 fa7f7144f2bb
parent 376 6cc36d0ef79e
child 433 6af86ba1208f
equal deleted inserted replaced
417:29fc780ca130 418:fa7f7144f2bb
     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