Skip to content
Snippets Groups Projects
Commit ce80ea9e authored by Dragoș-Iulian ARGINT (94922)'s avatar Dragoș-Iulian ARGINT (94922)
Browse files

Change exit code to make vmck-next process the output


Signed-off-by: default avatarDragos Iulian ARGINT <dragos.argint@stud.acs.upb.ro>
parent 4954e37f
No related branches found
No related tags found
No related merge requests found
Pipeline #13020 passed
...@@ -116,7 +116,8 @@ run_checker() ...@@ -116,7 +116,8 @@ run_checker()
if [ ! -f $module_path ]; then if [ ! -f $module_path ]; then
error_message $assignment_mod error_message $assignment_mod
exit 1 # exit successfully for vmchecker-next to process output
exit 0 # TODO: changeme
fi fi
# copy *.ko in checker # copy *.ko in checker
......
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