From 3798d3d4ce92a4eb66241cde491bbad6feffaaf8 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 27 Aug 2006 22:08:54 +0000 Subject: [PATCH 1/1] s/_deployment.xml/.xml/ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2756 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/amok/bandwidth/test_sg.in | 2 +- examples/amok/saturate/test_sg.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 $@ -- 2.20.1