From bb10156184f09dcb3599e58a8b1e6ec3f4a6e079 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Wed, 2 Mar 2016 12:20:58 +0100 Subject: [PATCH] add bindir to platform_path --- teshsuite/surf/surf_usage/surf_usage.tesh | 2 +- teshsuite/surf/surf_usage/surf_usage2.tesh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/teshsuite/surf/surf_usage/surf_usage.tesh b/teshsuite/surf/surf_usage/surf_usage.tesh index 20dabc7381..4ed6c986e5 100644 --- a/teshsuite/surf/surf_usage/surf_usage.tesh +++ b/teshsuite/surf/surf_usage/surf_usage.tesh @@ -1,6 +1,6 @@ #! ./tesh -$ $SG_TEST_EXENV ${bindir:=.}/surf_usage ../../examples/platforms/two_hosts_platform_with_availability.xml +$ $SG_TEST_EXENV ${bindir:=.}/surf_usage ${bindir:=.}/../../examples/platforms/two_hosts_platform_with_availability.xml > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu/model' to 'Cas01' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'CM02' > [0.000000] [surf_test/INFO] actionA state: SURF_ACTION_RUNNING diff --git a/teshsuite/surf/surf_usage/surf_usage2.tesh b/teshsuite/surf/surf_usage/surf_usage2.tesh index 44e3d858b5..2c041fc78b 100644 --- a/teshsuite/surf/surf_usage/surf_usage2.tesh +++ b/teshsuite/surf/surf_usage/surf_usage2.tesh @@ -1,6 +1,6 @@ #! ./tesh -$ $SG_TEST_EXENV ${bindir:=.}/surf_usage2 ../../examples/platforms/two_hosts_platform_with_availability.xml +$ $SG_TEST_EXENV ${bindir:=.}/surf_usage2 ${bindir:=.}../../examples/platforms/two_hosts_platform_with_availability.xml > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'CM02' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu/model' to 'Cas01' > [0.000000] [surf_test/INFO] Next Event : 0 -- 2.20.1