Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix make dist.
[simgrid.git] / examples / gras / properties / test_rl.tesh
index ce27387..8f0a9a0 100755 (executable)
@@ -1,6 +1,7 @@
 
 ! setenv SG_TEST_blah=blah
-$ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
+$ $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'
@@ -9,11 +10,11 @@ $ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS
 > alice:main Exiting GRAS
 
 ! setenv SG_TEST_blah=blah
-$ $SG_TEST_ENV ./properties_bob --log=root.fmt=%P:%t%e%m%n $ARGS
+! setenv GRAS_NO_WARN_EXPERIMENTAL=1
+$ $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)
 > bob:main == Dump all the properties of host1 again to check the addition
 > bob:main   Host property: 'from bob' has value: 'hello'
 > bob:main Exiting GRAS
-