Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pass the args to the child
[simgrid.git] / 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