diff --git a/grade.sh b/grade.sh index 2603c3e..d8b14b7 100644 --- a/grade.sh +++ b/grade.sh @@ -7,4 +7,4 @@ echo 'Finished cloning' cp student-submission/ListExamples.java ./ javac -cp $CPATH *.java java -cp $CPATH org.junit.runner.JUnitCore TestListExamples - +#Output is very hard to decipher, and doesn’t give that much information about whether or not you passed the test cases.