Skip to content
Snippets Groups Projects
Commit d0fbdc6b authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Better error reporting

parent f0d09103
No related branches found
No related tags found
No related merge requests found
...@@ -105,5 +105,8 @@ if [ $? -eq 0 ]; then ...@@ -105,5 +105,8 @@ if [ $? -eq 0 ]; then
echo Zafl: error: output binary does not show a dependence on the Zafl support library echo Zafl: error: output binary does not show a dependence on the Zafl support library
exit 1 exit 1
fi fi
else
echo Zafl: error transforming input program
exit 1
fi fi
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