mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-20 00:50:31 +01:00
tests: delete the valgrind logs if they're empty
(cherry picked from commit df0676ab00)
This commit is contained in:
parent
c2233f4484
commit
a48d92d525
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ if [ $RESULT -ne 0 -a $RESULT -ne 77 ]; then
|
|||
echo Files without debugging symbols: $UNRESOLVED >&2
|
||||
fi
|
||||
fi
|
||||
exit $RESULT
|
||||
fi
|
||||
|
||||
find -name "$LOGFILE" -size 0 -delete
|
||||
|
||||
exit $RESULT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue