Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove usage of environment variable ARGS in tesh files.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 31 May 2012 15:17:54 +0000 (17:17 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 31 May 2012 15:28:40 +0000 (17:28 +0200)
It is nowadays never used, and such a generic name can be source of
problems (it could be defined for other purposes).

examples/amok/bandwidth/bandwidth_rl.tesh
examples/amok/saturate/saturate_rl.tesh
examples/gras/ping/test_rl.tesh
examples/gras/ping/test_sg_32.tesh
examples/gras/ping/test_sg_64.tesh
examples/gras/properties/test_rl.tesh
teshsuite/gras/datadesc/datadesc_r_little64.tesh
teshsuite/gras/empty_main/test_rl.tesh
teshsuite/gras/msg_handle/test_rl.tesh

index 268c220..34bb825 100755 (executable)
@@ -1,13 +1,13 @@
 ! timeout 20
-& $SG_TEST_ENV bandwidth/bandwidth_sensor$EXEEXT 127.0.0.1:6000 "--log=root.fmt=%P:%t%e%m%n" $ARGS
+& $SG_TEST_ENV bandwidth/bandwidth_sensor$EXEEXT 127.0.0.1:6000 "--log=root.fmt=%P:%t%e%m%n"
 > sensor:main Sensor starting (on port 3000)
 
 ! timeout 20
-& $SG_TEST_ENV bandwidth/bandwidth_sensor$EXEEXT 127.0.0.1:6000 "--log=root.fmt=%P:%t%e%m%n" $ARGS
+& $SG_TEST_ENV bandwidth/bandwidth_sensor$EXEEXT 127.0.0.1:6000 "--log=root.fmt=%P:%t%e%m%n"
 > sensor:main Sensor starting (on port 3001)
 
 ! timeout 20
-& $SG_TEST_ENV bandwidth/bandwidth_maestro$EXEEXT 6000 "--log=root.fmt=%P:%t%e%m%n" $ARGS
+& $SG_TEST_ENV bandwidth/bandwidth_maestro$EXEEXT 6000 "--log=root.fmt=%P:%t%e%m%n"
 > maestro:main Maestro starting
 > maestro:main Wait for peers for 5 sec
 > maestro:main Contact 127.0.0.1:3000
index 7b59058..f9d57d2 100755 (executable)
@@ -1,14 +1,14 @@
 ! timeout 20
-& $SG_TEST_ENV saturate/saturate_sensor$EXEEXT 127.0.0.1:3333 "--log=root.fmt=%P:%t%e%m%n" $ARGS
+& $SG_TEST_ENV saturate/saturate_sensor$EXEEXT 127.0.0.1:3333 "--log=root.fmt=%P:%t%e%m%n"
 
 ! timeout 20
-& $SG_TEST_ENV saturate/saturate_sensor$EXEEXT 127.0.0.1:3333 "--log=root.fmt=%P:%t%e%m%n" $ARGS
+& $SG_TEST_ENV saturate/saturate_sensor$EXEEXT 127.0.0.1:3333 "--log=root.fmt=%P:%t%e%m%n"
 
 ! timeout 20
-& $SG_TEST_ENV saturate/saturate_sensor$EXEEXT 127.0.0.1:3333 "--log=root.fmt=%P:%t%e%m%n" $ARGS
+& $SG_TEST_ENV saturate/saturate_sensor$EXEEXT 127.0.0.1:3333 "--log=root.fmt=%P:%t%e%m%n"
 
 ! timeout 20
-& $SG_TEST_ENV saturate/saturate_sensor$EXEEXT 127.0.0.1:3333 "--log=root.fmt=%P:%t%e%m%n" $ARGS
+& $SG_TEST_ENV saturate/saturate_sensor$EXEEXT 127.0.0.1:3333 "--log=root.fmt=%P:%t%e%m%n"
 
 ! timeout 20
-& $SG_TEST_ENV saturate/saturate_maestro$EXEEXT 3333 "--log=root.fmt=%P:%t%e%m%n" $ARGS
+& $SG_TEST_ENV saturate/saturate_maestro$EXEEXT 3333 "--log=root.fmt=%P:%t%e%m%n"
index 4908dd0..859ba97 100755 (executable)
@@ -1,7 +1,7 @@
 
 ! timeout 20
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-& $SG_TEST_ENV ./ping_server$EXEEXT 4302 --log=root.fmt=%P:%t%e%m%n $ARGS
+& $SG_TEST_ENV ./ping_server$EXEEXT 4302 --log=root.fmt=%P:%t%e%m%n
 > server:main Launch server (port=4302)
 > server:main Messages registered
 > server:main Messages registered
@@ -16,7 +16,7 @@ $ $SG_TEST_ENV sleep 1
 
 ! timeout 20
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-& $SG_TEST_ENV ./ping_client$EXEEXT 127.0.0.1 4302 --log=root.fmt=%P:%t%e%m%n $ARGS
+& $SG_TEST_ENV ./ping_client$EXEEXT 127.0.0.1 4302 --log=root.fmt=%P:%t%e%m%n
 > client:main Launch client (server on 127.0.0.1:4302)
 > client:main Connected to 127.0.0.1:4302.
 > client:main Messages registered
index ef76fa9..ff401a3 100644 (file)
@@ -2,7 +2,7 @@ p Runs the 'ping' test within the simulator (simulation times valid for 32bits a
 
 ! output sort
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-$ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml $ARGS "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
+$ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:server@Tremblay) Launch server (port=4000)
 > [  0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000)
 > [  0.000195] (1:server@Tremblay) Messages registered
index c96003f..bbc4c68 100644 (file)
@@ -18,4 +18,4 @@ $ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platfo
 > [  0.051613] (1:server@Tremblay) Exiting GRAS
 > [  0.051613] (2:client@Fafard) >>>>>>>> Got PONG(4321) from Tremblay:4000 <<<<<<<<
 > [  0.051613] (2:client@Fafard) Done.
-> [  0.051613] (2:client@Fafard) Exiting GRAS
\ No newline at end of file
+> [  0.051613] (2:client@Fafard) Exiting GRAS
index 2376a93..831274f 100755 (executable)
@@ -1,7 +1,7 @@
 
 ! setenv SG_TEST_blah=blah
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-$ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS
+$ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n
 > alice:main == Dump all the properties of current host
 > alice:main == Dump all the properties of alice
 > alice:main   Process property: 'SG_TEST_blah' has value: 'blah'
@@ -11,7 +11,7 @@ $ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS
 
 ! setenv SG_TEST_blah=blah
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-$ $SG_TEST_ENV ./properties_bob --log=root.fmt=%P:%t%e%m%n $ARGS
+$ $SG_TEST_ENV ./properties_bob --log=root.fmt=%P:%t%e%m%n
 > bob:main == Dump all the properties of host1
 > bob:main == Try to get a property that does not exist
 > bob:main == Set a host property that alice will try to retrieve in SG (from bob->hello)
index 1c6e955..e2fd6e6 100644 (file)
@@ -1,7 +1,7 @@
 
 p Check the marshaling facilities (trying to read the result of linux/amd64)
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-$ $SG_TEST_EXENV gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little64  --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n" $ARGS
+$ $SG_TEST_EXENV gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little64  --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n"
 > Read from file datadesc.little64
 > This file was generated on little64 (4)
 > ---- Test on integer ----
index 8b9e840..b94f15c 100755 (executable)
@@ -1,5 +1,5 @@
 
 ! timeout 20
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-& $SG_TEST_ENV ${bindir:=.}/empty_main_function$EXEEXT --log=root.fmt=%P:%t%e%m%n $ARGS
+& $SG_TEST_ENV ${bindir:=.}/empty_main_function$EXEEXT --log=root.fmt=%P:%t%e%m%n
 > function:main Exiting GRAS
index f20ece9..c0b34f4 100755 (executable)
@@ -1,7 +1,7 @@
 
 ! timeout 20
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-& $SG_TEST_ENV gras/msg_handle/msg_handle_server$EXEEXT 4002 127.0.0.1:4003 --log=root.fmt=%P:%t%e%m%n $ARGS
+& $SG_TEST_ENV gras/msg_handle/msg_handle_server$EXEEXT 4002 127.0.0.1:4003 --log=root.fmt=%P:%t%e%m%n
 > server:main Launch server (port=4002)
 > server:main Initialization done.
 > server:main gras_msg_handle(0) works as expected (immediate timeout)
@@ -11,7 +11,7 @@
 
 ! timeout 20
 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
-& $SG_TEST_ENV gras/msg_handle/msg_handle_client$EXEEXT 4003 127.0.0.1:4002 --log=root.fmt=%P:%t%e%m%n $ARGS
+& $SG_TEST_ENV gras/msg_handle/msg_handle_client$EXEEXT 4003 127.0.0.1:4002 --log=root.fmt=%P:%t%e%m%n
 > client:main Launch client (port=4003)
 > client:main Initialization done.
 > client:main Got the message