mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
merge -r 1158 - fix fatal errors so that they have an exit with an exit code
of 127
This commit is contained in:
parent
ee8e0b66bc
commit
2d31f4dbc4
1 changed files with 5 additions and 1 deletions
|
@ -15,4 +15,8 @@ else
|
|||
rm -rf $tmpdir
|
||||
fi
|
||||
|
||||
exit $num_testfailures
|
||||
if [ -n "$_fatal" ] ; then
|
||||
exit 127
|
||||
else
|
||||
exit $num_testfailures
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue