You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Submission Failed Check: cannot compile all java files in submission"
exit 1
fi
if ! java -jar ${JUNITPATH} --class-path=. --select-class=P25SubmissionChecker; then
echo
echo "Submission Failed Check: one or more JUnit tests failed; if you have submitted (pushed) 5 or more JUnit test methods then your submission is complete for the mid-week deadline"