Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Uniformize the test_{sg,rl} scripts, rename the wine variable to exenv (excution...
[simgrid.git] / examples / gras / timer / test_rl.in
index 18dbc80..4f67277 100755 (executable)
@@ -1,8 +1,8 @@
 #! @BASH@ -e
 if [ x@EXEEXT@ = x ] ; then 
-  wine=
+  exenv=$SG_TEST_EXENV
 else
-  wine=wine
+  exenv=wine
 fi
     
-exec $wine ./timer_client@EXEEXT@ 
+exec $exenv ./timer_client@EXEEXT@