Skip to content
Snippets Groups Projects
Commit 3f5d9326 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #514: Propagate make exit status

parent 46f959fd
No related branches found
No related tags found
No related merge requests found
......@@ -71,5 +71,8 @@ EOF
# Run our script on the output of make
make $@ 2>&1 | perl -n $SCRIPT
MAKESTATUS=${PIPESTATUS[0]}
rm -f $SCRIPT
exit $MAKESTATUS
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