diff -r 4113d4d8cf62 -r 175a950470a9 main_marking2/danube_test.sh --- a/main_marking2/danube_test.sh Mon Jan 25 00:21:00 2021 +0000 +++ b/main_marking2/danube_test.sh Fri Jan 29 00:56:19 2021 +0000 @@ -19,12 +19,6 @@ # marks for core CW7 marks=$(( 0.0 )) -echo -e "" >> $out -echo -e "Below is the feedback for your submission danube.scala" >> $out -echo -e "" >> $out - - - # compilation tests @@ -49,6 +43,13 @@ } +echo -e "" >> $out +echo -e "Below is the feedback for your submission danube.scala" >> $out +echo -e "" >> $out + + + + ### compilation test echo -e "danube.scala runs?" | tee -a $out @@ -66,8 +67,8 @@ # var, .par return, ListBuffer test # -if [ $tsts -eq 0 ] - then +if [ $tsts -eq 0 ] +then echo -e "danube.scala does not contain VARS, RETURNS etc?" | tee -a $out if (scala_vars danube.scala)