From cf5db4aeb780f9e2d70d2c1a39317eaca6b1ecdc Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 21 May 2008 07:26:52 +0000 Subject: [PATCH] fix the test integration (they were meant to be run from teshsuite/gras/empty_main instead of teshsuite/) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5468 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- teshsuite/gras/empty_main/test_rl | 2 +- teshsuite/gras/empty_main/test_sg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/teshsuite/gras/empty_main/test_rl b/teshsuite/gras/empty_main/test_rl index be655ac8e8..3e5203a1fb 100755 --- a/teshsuite/gras/empty_main/test_rl +++ b/teshsuite/gras/empty_main/test_rl @@ -1,4 +1,4 @@ ! timeout 20 -& $SG_TEST_ENV ./empty_main_function$EXEEXT --log=root.fmt=%P:%t%e%m%n $ARGS +& $SG_TEST_ENV ./gras/empty_main/empty_main_function$EXEEXT --log=root.fmt=%P:%t%e%m%n $ARGS > function:main Exiting GRAS diff --git a/teshsuite/gras/empty_main/test_sg b/teshsuite/gras/empty_main/test_sg index 15149a9895..2651fa0eb6 100755 --- a/teshsuite/gras/empty_main/test_sg +++ b/teshsuite/gras/empty_main/test_sg @@ -1,5 +1,5 @@ p Runs the 'empty_main' test within the simulator -$ $SG_TEST_EXENV ./empty_main_simulator${EXEEXT:=} ${srcdir:=.}/../../../examples/msg/small_platform.xml ${srcdir:=.}/empty_main.xml +$ $SG_TEST_EXENV ./gras/empty_main/empty_main_simulator${EXEEXT:=} ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/empty_main/empty_main.xml > [Tremblay:server:(1) 0.000000] [gras/INFO] Exiting GRAS > [Fafard:client:(2) 0.000000] [gras/INFO] Exiting GRAS -- 2.20.1