Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let me run valgrind on that shitty code without changing this script
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 20 Oct 2005 12:58:33 +0000 (12:58 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 20 Oct 2005 12:58:33 +0000 (12:58 +0000)
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

index 1aa3b83..d959d88 100755 (executable)
@@ -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