Skip to content
Snippets Groups Projects
Commit 5331d2b9 authored by Derek Buitenhuis's avatar Derek Buitenhuis
Browse files

dct-test: Remove possibility of returning a restricted exit code

parent 8dc1b7bd
No related branches found
No related tags found
No related merge requests found
......@@ -531,5 +531,8 @@ int main(int argc, char **argv)
}
}
return err;
if (err)
printf("Error: %d.\n", err);
return !!err;
}
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