Skip to content
Snippets Groups Projects
Commit fdac152c authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

checker: Update checker to use grade.sh


Update checker to use `grade.sh` script to print out results.

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent 0f0a2d73
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,8 @@
rm -fr ../tests/
cp -r "$CHECKER_DATA_DIRECTORY"/../tests ..
# Everything happens in the tests/ directory.
# Checking and grading happens in the tests/ directory.
pushd ../tests > /dev/null || exit 1
echo -e "\n\n### RUNING CHECKER\n\n"
make check
echo -e "\n\n### RUNING LINTER\n\n"
make lint
# Placeholder causes the printing of final results before the checker / linter details.
./grade.sh placeholder
popd > /dev/null || exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment