X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Flib.sh;h=3e29a55023816cc539065c20c1b8ce898b00b7db;hb=5c8b5233fbadc8963cef28d851599bf4c34d271a;hp=53a2ea444602a09399fd1b5b595e5ce90a03ae28;hpb=374b11a3140bcbd9a211f52ad19195f87c79d0bc;p=coloredstderr%2Fcoloredstderr.git diff --git a/tests/lib.sh b/tests/lib.sh index 53a2ea4..3e29a55 100644 --- a/tests/lib.sh +++ b/tests/lib.sh @@ -74,7 +74,7 @@ run_test() { export COLORED_STDERR_FORCE_WRITE fi - "$@" "$testcase" > output 2>&1 + $valgrind_cmd "$@" "$testcase" > output 2>&1 ) diff -u "$expected" output \