Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pass the args to the child
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 29 Jun 2005 22:16:45 +0000 (22:16 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 29 Jun 2005 22:16:45 +0000 (22:16 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1490 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/timer/test_sg.in

index 72a7403..dfb8871 100755 (executable)
@@ -1,5 +1,5 @@
 #! @BASH@
 if test -x ./timer_simulator ; then
-  exec ./timer_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/timer_deployment.xml
+  exec ./timer_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/timer_deployment.xml $@
 fi
 exit 77