summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-05-26 15:34:03 +0200
committerThomas Haller <thaller@redhat.com>2015-05-26 15:34:19 +0200
commitce3d1533cc9aaed14bfa8c03fe66365f2dc1e352 (patch)
treebb33072a6a9f4856a3bb62df6636fc407390b641
parent90a7ad8dec9213845b09ac2e2d8fae2f7463bf9b (diff)
downloadNetworkManager-ce3d1533cc9aaed14bfa8c03fe66365f2dc1e352.tar.gz
test: fix running valgrind tests with NMTST_NO_VALGRIND
Fixes: 6463ce5dd9ffc1aae3ca9ddc4dac4e25fd815237
-rwxr-xr-xtools/run-test-valgrind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-test-valgrind.sh b/tools/run-test-valgrind.sh
index b93b9472b7..1b4e2c2f9b 100755
--- a/tools/run-test-valgrind.sh
+++ b/tools/run-test-valgrind.sh
@@ -12,7 +12,7 @@ fi
TEST="$1"
if [ "$NMTST_NO_VALGRIND" != "" ]; then
- "$TEST"
+ "$@"
exit $?
fi