From: Pierre-Marc Fournier Date: Wed, 3 Mar 2010 18:44:03 +0000 (-0500) Subject: runtests run the real test-libmallocwrap/.libs/prog X-Git-Tag: v0.4~52 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=24232db7acbee1a6b6fc99e91dcd5d1b89a5f6da runtests run the real test-libmallocwrap/.libs/prog --- 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