OSDN Git Service

Change valgrind options in test_script to conform with valgrind 3.2.3
authorTheodore Ts'o <tytso@mit.edu>
Sat, 15 Mar 2008 15:16:56 +0000 (11:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Mar 2008 15:16:56 +0000 (11:16 -0400)
Newer versions of valgrind seem to have renamed --wierd-hacks to
--sim-hints.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/test_script.in

index be0e912..bd3cc3e 100644 (file)
@@ -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