X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e08706f3186be543c8f4a9c0b2ba5821d17314a4:/teshsuite/java/SemaphoreGC/SemaphoreGC.tesh..b0dd6b0d66292d75446c0b7698c9e93b6613c34d:/teshsuite/java/semaphoreGC/SemaphoreGC.tesh diff --git a/teshsuite/java/SemaphoreGC/SemaphoreGC.tesh b/teshsuite/java/semaphoreGC/SemaphoreGC.tesh similarity index 86% rename from teshsuite/java/SemaphoreGC/SemaphoreGC.tesh rename to teshsuite/java/semaphoreGC/SemaphoreGC.tesh index 76c6b4a12e..d3d9f3ef66 100644 --- a/teshsuite/java/SemaphoreGC/SemaphoreGC.tesh +++ b/teshsuite/java/semaphoreGC/SemaphoreGC.tesh @@ -1,6 +1,6 @@ ! timeout 15 -$ java -classpath ${classpath:=.} SemaphoreGC.SemaphoreGC ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.4r]%e(%i:%P@%h)%e%m%n" +$ 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.