mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 10:38:29 +02:00
tests: delete the valgrind logs if they're empty
This commit is contained in:
parent
d909e76d9e
commit
df0676ab00
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