From 24232db7acbee1a6b6fc99e91dcd5d1b89a5f6da Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Wed, 3 Mar 2010 13:44:03 -0500 Subject: [PATCH] runtests run the real test-libmallocwrap/.libs/prog --- tests/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests b/tests/runtests index 92d362e..c276923 100755 --- a/tests/runtests +++ b/tests/runtests @@ -32,7 +32,7 @@ NOFAIL $MATCHES -N "fork - before_exec" "^ust.before_exec:" $(usttrace -W) NOFAIL $MATCHES -N "fork - potential_exec" "^ust.potential_exec:" $(usttrace -W) NOFAIL $MATCHES -N "fork - after_exec" "^ust.after_exec:" $(usttrace -W) -NOFAIL usttrace -lm $TESTDIR/test-libmallocwrap/prog +NOFAIL usttrace -lm $TESTDIR/test-libmallocwrap/.libs/prog NOFAIL $MATCHES -N "mallocwrap - malloc" -n 1000 "^ust.malloc:.*{ size = 1[0-9][0-9][0-9]," $(usttrace -W) ### Manual mode test -- 2.34.1