From 3cffba28a29ed5a412e34477284dbe71f978be92 Mon Sep 17 00:00:00 2001 From: NathanD0wd <122576040+NathanD0wd@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:28:44 -0800 Subject: [PATCH] Update grade.sh --- grade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.