X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52c6c77a17e2e89dd48b64f27fc31688fd0bd0bb..a9325e9a82ed6cc0f6e487e2e61138e50b222519:/examples/gras/timer/test_rl.in diff --git a/examples/gras/timer/test_rl.in b/examples/gras/timer/test_rl.in index 4f67277ed5..1afa26c85b 100755 --- a/examples/gras/timer/test_rl.in +++ b/examples/gras/timer/test_rl.in @@ -1,8 +1,16 @@ -#! @BASH@ -e -if [ x@EXEEXT@ = x ] ; then - exenv=$SG_TEST_EXENV -else - exenv=wine -fi - -exec $exenv ./timer_client@EXEEXT@ +! set timeout 20 +$ $SG_TEST_EXENV ./timer_client@EXEEXT@ --log=root.fmt:%m%n +> Programming the repetitive_action with a frequency of 1.000000 sec +> Programming the delayed_action for after 2.000000 sec +> Have a rest +> Canceling the delayed_action. +> Re-programming the delayed_action for after 2.000000 sec +> Repetitive_action has nothing to do yet +> Repetitive_action has nothing to do yet +> delayed_action setting globals->still_to_do to 5 +> repetitive_action decrementing globals->still_to_do. New value: 4 +> repetitive_action decrementing globals->still_to_do. New value: 3 +> repetitive_action decrementing globals->still_to_do. New value: 2 +> repetitive_action decrementing globals->still_to_do. New value: 1 +> repetitive_action decrementing globals->still_to_do. New value: 0 +> Exiting GRAS