From: mquinson Date: Sun, 27 Aug 2006 22:08:54 +0000 (+0000) Subject: s/_deployment.xml/.xml/ X-Git-Tag: v3.3~2603 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3798d3d4ce92a4eb66241cde491bbad6feffaaf8 s/_deployment.xml/.xml/ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2756 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/amok/bandwidth/test_sg.in b/examples/amok/bandwidth/test_sg.in index 0641ee3b50..087105a05b 100755 --- a/examples/amok/bandwidth/test_sg.in +++ b/examples/amok/bandwidth/test_sg.in @@ -5,4 +5,4 @@ if [ x@EXEEXT@ = x ] ; then else exenv=wine fi -exec $exenv ./bandwidth_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/bandwidth_deployment.xml $@ +exec $exenv ./bandwidth_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/bandwidth.xml $@ diff --git a/examples/amok/saturate/test_sg.in b/examples/amok/saturate/test_sg.in index 31d71283f8..9e5f9af05e 100755 --- a/examples/amok/saturate/test_sg.in +++ b/examples/amok/saturate/test_sg.in @@ -6,4 +6,4 @@ else exenv=wine fi -exec $exenv ./saturate_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/saturate_deployment.xml $@ +exec $exenv ./saturate_simulator@EXEEXT@ @top_srcdir@/examples/msg/small_platform.xml @srcdir@/saturate.xml $@