X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/63e51e420cc4bfe5cbb54482c95f1b6d1257df03..09601ee5e16b23f0b9e8f65c2c00b0cf2dd5d901:/teshsuite/java/semaphoregc/semaphoregc.tesh diff --git a/teshsuite/java/semaphoregc/semaphoregc.tesh b/teshsuite/java/semaphoregc/semaphoregc.tesh index a321b134ad..010bd0b053 100644 --- a/teshsuite/java/semaphoregc/semaphoregc.tesh +++ b/teshsuite/java/semaphoregc/semaphoregc.tesh @@ -1,7 +1,7 @@ ! timeout 15 -$ java -classpath ${classpath:=.} semaphoregc.SemaphoreGC ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.4r]%e(%i:%P@%h)%e%m%n" +$ ${javacmd:=java} -classpath ${classpath:=.} semaphoregc.SemaphoreGC ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.4r]%e(%i:%P@%h)%e%m%n" > [ 0.0000] (0:maestro@) Using regular java threads. > [ 0.0000] (1:SemCreator@Fafard) Creating 50 new Semaphores, yielding and triggering a GC after each > [ 500.0000] (1:SemCreator@Fafard) It worked, we survived. The test is passed. -> [ 500.0000] (0:maestro@) MSG_main finished; Cleaning up the simulation... +> [ 500.0000] (0:maestro@) MSG_main finished; Terminating the simulation...