From c8a981e08d565fb57ee841c3b13671f7c25ce6fa Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 20 Oct 2005 12:58:33 +0000 Subject: [PATCH] Let me run valgrind on that shitty code without changing this script git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1766 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/amok/bandwidth/test_rl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/amok/bandwidth/test_rl.in b/examples/amok/bandwidth/test_rl.in index 1aa3b83605..d959d880fa 100755 --- a/examples/amok/bandwidth/test_rl.in +++ b/examples/amok/bandwidth/test_rl.in @@ -1,7 +1,7 @@ #! @BASH@ -e if [ x@EXEEXT@ = x ] ; then # exenv="libtool --mode=execute valgrind --run-libc-freeres=no " - exenv= + exenv=$SG_TEST_EXENV else exenv=wine fi -- 2.20.1