From 01e49406f7138e402339dbd16027d3b57f054408 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 27 Feb 2005 23:20:20 +0000 Subject: [PATCH] Pass options to the simulator git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1084 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/ping/test_sg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1