Skip to content
Snippets Groups Projects
Commit 7d8798b3 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing wrong report in case of fail

parent 2e955874
No related branches found
No related tags found
No related merge requests found
......@@ -537,6 +537,7 @@ if [ $? != 0 ]; then
echo "Analyze error $ecod"
exit $ecod
else
echo "General error"
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