From: Theodore Ts'o Date: Sat, 15 Mar 2008 15:16:56 +0000 (-0400) Subject: Change valgrind options in test_script to conform with valgrind 3.2.3 X-Git-Tag: v1.40.9~33 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=35efa44d491357dcca91a243bbd4a4d9926fee88;p=tools%2Fe2fsprogs.git Change valgrind options in test_script to conform with valgrind 3.2.3 Newer versions of valgrind seem to have renamed --wierd-hacks to --sim-hints. Signed-off-by: "Theodore Ts'o" --- diff --git a/tests/test_script.in b/tests/test_script.in index be0e912..bd3cc3e 100644 --- a/tests/test_script.in +++ b/tests/test_script.in @@ -8,7 +8,7 @@ export LC_ALL case "$1" in --valgrind) - export USE_VALGRIND="valgrind -q --weird-hacks=lax-ioctls" + export USE_VALGRIND="valgrind -q --sim-hints=lax-ioctls" shift; esac