Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly say the test suite that java tests are not run when it's the case
[simgrid.git] / examples / java / runtest
index 573c5e3..d0ae1d1 100755 (executable)
@@ -1,5 +1,9 @@
 #! /bin/sh
 
+if [ "x$DO_NOT_HAVE_JAVA" = x1 ] ; then
+  return 77
+fi
+
 t=`basename $1 .class`
 
 # uncomment this when JNI becomes mad