# HG changeset patch # User Christian Urban # Date 1572696367 0 # Node ID b4c597be75147e09b513e99e56e3354a0e1e9341 # Parent 067afe8af35b764f36183644189b8fd464f409f3 updated diff -r 067afe8af35b -r b4c597be7514 testing1/mark --- 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 diff -r 067afe8af35b -r b4c597be7514 testing1/mark2 --- 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 diff -r 067afe8af35b -r b4c597be7514 testing2/mark --- 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 diff -r 067afe8af35b -r b4c597be7514 testing2/mark2 --- 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 diff -r 067afe8af35b -r b4c597be7514 testing3/mark --- 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 diff -r 067afe8af35b -r b4c597be7514 testing4/mark --- 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 diff -r 067afe8af35b -r b4c597be7514 testing4/mark2 --- 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 diff -r 067afe8af35b -r b4c597be7514 testing5/mark --- 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 diff -r 067afe8af35b -r b4c597be7514 testing5/mark2 --- 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