mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 04:50:11 +01:00
test: fix running valgrind tests with NMTST_NO_VALGRIND
Fixes: 6463ce5dd9
This commit is contained in:
parent
90a7ad8dec
commit
ce3d1533cc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ fi
|
|||
TEST="$1"
|
||||
|
||||
if [ "$NMTST_NO_VALGRIND" != "" ]; then
|
||||
"$TEST"
|
||||
"$@"
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue