Skip to content
Snippets Groups Projects
Commit 27211c4e authored by Daniel Mihail BĂRUŢA's avatar Daniel Mihail BĂRUŢA
Browse files

Merge branch 'fix-err-test' into 'master'

`checker`: Remove `{}` in `test_err()`

See merge request vmchecker/vmchecker-next-assignment!2
parents 32f0f87f 4dac1983
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ test_err()
local temp_output=''
temp_output="$(mktemp)"
timeout "$TIMEOUT_DURATION" bash -c "$EXECUTABLE {} > $temp_output 2>&1"
timeout "$TIMEOUT_DURATION" bash -c "$EXECUTABLE > $temp_output 2>&1"
diff -Zq "$temp_output" "./references/ref1" > /dev/null 2>&1
return $?
......
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