updated
authorChristian Urban <urbanc@in.tum.de>
Sat, 02 Nov 2019 12:06:07 +0000
changeset 303 b4c597be7514
parent 302 067afe8af35b
child 304 4a9d1153ccc5
updated
testing1/mark
testing1/mark2
testing2/mark
testing2/mark2
testing3/mark
testing4/mark
testing4/mark2
testing5/mark
testing5/mark2
--- a/testing1/mark	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing1/mark	Sat Nov 02 12:06:07 2019 +0000
@@ -9,7 +9,7 @@
 
 ./collatz_test.sh tmp_output1
 
-echo -e "Here is an automated test report for your work so far on assignment 6.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for some work in the Part6 directory.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 cat tmp_output1 >> $1
 
--- a/testing1/mark2	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing1/mark2	Sat Nov 02 12:06:07 2019 +0000
@@ -9,6 +9,6 @@
 
 ./drumb_test.sh tmp_output2
 
-echo -e "Here is an automated test report for your work so far on assignment 6.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for some work in the Part6 directory.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 cat tmp_output2 >> $1 
--- a/testing2/mark	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing2/mark	Sat Nov 02 12:06:07 2019 +0000
@@ -9,7 +9,7 @@
 
 ./docdiff_test.sh tmp_output1
 
-echo -e "Here is an automated test report for your work so far on assignment 7. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for some work in the Part7 directory. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 cat tmp_output1 >> $1 
 
--- a/testing2/mark2	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing2/mark2	Sat Nov 02 12:06:07 2019 +0000
@@ -9,7 +9,7 @@
 
 ./danube_test.sh tmp_output2
 
-echo -e "Here is an automated test report for your work on the advanced part of assignment 7. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for some work in the Part7 directory. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 cat tmp_output2 >> $1 
 
--- a/testing3/mark	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing3/mark	Sat Nov 02 12:06:07 2019 +0000
@@ -9,7 +9,7 @@
 
 ./knight_test.sh tmp_output
 
-echo -e "Here is an automated test report for your work so far on assignment 8. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for your work in the Part8 directory. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 
 cat tmp_output >> $1
--- a/testing4/mark	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing4/mark	Sat Nov 02 12:06:07 2019 +0000
@@ -9,7 +9,7 @@
 
 ./postfix_test.sh tmp_output1
 
-echo -e "Here is an automated test report for your work so far on assignment 9. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for some work in the Part9 directory. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 
 cat tmp_output1 >> $1
--- a/testing4/mark2	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing4/mark2	Sat Nov 02 12:06:07 2019 +0000
@@ -9,7 +9,7 @@
 
 ./re_test.sh tmp_output2
 
-echo -e "Here is an automated test report for your work so far on assignment 9. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for some work in the Part9 directory. Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 cat tmp_output2 >> $1
 
--- a/testing5/mark	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing5/mark	Sat Nov 02 12:06:07 2019 +0000
@@ -9,7 +9,7 @@
 
 ./bf_test.sh tmp_output1
 
-echo -e "Here is an automated test report for your work so far on assignment 10.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for some work in the Part10 directory.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 
 cat tmp_output1 >> $1
--- a/testing5/mark2	Fri Nov 01 23:14:35 2019 +0000
+++ b/testing5/mark2	Sat Nov 02 12:06:07 2019 +0000
@@ -9,7 +9,7 @@
 
 ./bfc_test.sh tmp_output2
 
-echo -e "Here is an automated test report for your work so far on assignment 10.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
+echo -e "Here is an automated test report for your work in the Part10 directory.  Please note that this is not the mark for your work; it is provided only in the hope that it is useful in developing your solution.  Please ensure you test your code on your own machine in order to make sure it is bug free!! Passing these tests does not guarantee your code is free from bugs!! Also after the deadline, your code will be marked against a different, more thorough set of test cases.\n\n" > $1
 
 
 cat tmp_output2 >> $1