From: mquinson Date: Sun, 27 Feb 2005 23:20:20 +0000 (+0000) Subject: Pass options to the simulator X-Git-Tag: v3.3~4269 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/01e49406f7138e402339dbd16027d3b57f054408?ds=sidebyside Pass options to the simulator git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1084 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/ping/test_sg.in b/examples/gras/ping/test_sg.in index e4e99c2d82..3d050c6dcb 100755 --- a/examples/gras/ping/test_sg.in +++ b/examples/gras/ping/test_sg.in @@ -1,5 +1,5 @@ #! @BASH@ if test -x ./ping_simulator ; then - exec ./ping_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml + exec ./ping_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/ping_deployment.xml $@ fi exit 77