From 4c0df5be84fc27c52d99576fc82ea88f0385eef1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 10 Mar 2019 11:32:11 +0100 Subject: tests: Prepare for using valgrind. tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise. --- tests/test-pwrite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-pwrite.sh') diff --git a/tests/test-pwrite.sh b/tests/test-pwrite.sh index 94f0f382ab..ddb2dc9a21 100755 --- a/tests/test-pwrite.sh +++ b/tests/test-pwrite.sh @@ -2,6 +2,6 @@ . "${srcdir=.}/init.sh"; path_prepend_ . fail=0 -test-pwrite || fail=1 +${CHECKER} test-pwrite || fail=1 Exit $fail -- cgit v1.2.1