X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1c4b3ead099df97f5dff00f22d5cbfbf3d32ec1..366656fc3ab4b06a170d4639a31ce8f64b15a387:/examples/amok/bandwidth/test_rl.in diff --git a/examples/amok/bandwidth/test_rl.in b/examples/amok/bandwidth/test_rl.in index dc09c1e29f..f1132def8b 100755 --- a/examples/amok/bandwidth/test_rl.in +++ b/examples/amok/bandwidth/test_rl.in @@ -1,10 +1,11 @@ #! @BASH@ -e if [ x@EXEEXT@ = x ] ; then - exenv="libtool --mode=execute valgrind --run-libc-freeres=no " +# exenv="libtool --mode=execute valgrind --run-libc-freeres=no " + exenv=$SG_TEST_EXENV else exenv=wine fi -$exenv ./bandwidth_sensor@EXEEXT@ 4000 $@& -#$exenv ./bandwidth_sensor@EXEEXT@ 5000 $@& -$exenv ./bandwidth_maestro@EXEEXT@ 127.0.0.1 4000 127.0.0.1 5000 $@ +$exenv ./bandwidth_sensor@EXEEXT@ 127.0.0.1:6000 $@& +$exenv ./bandwidth_sensor@EXEEXT@ 127.0.0.1:6000 $@& +$exenv ./bandwidth_maestro@EXEEXT@ 6000 $@