Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix appveyor build
[simgrid.git] / teshsuite / java / semaphoregc / semaphoregc.tesh
index a321b134ada2b686ec60b4ced4319f4f52d582d1..19adc301d9b609309f8ed2e8aad5e35fcaf8b6f2 100644 (file)
@@ -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:%a@%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@) Terminating the simulation...