add a person to the spam address...take stephen off for a while...
[IRC.git] / Robust / src / Benchmarks / Scheduling / GC / NON_BAMBOO / lcss / TestRunner.java
index b22808d9c833daa451a80083bc5a22ecb0f6830a..9a91b4cc37c3deb92b97aebe58268f2caf209e31 100644 (file)
@@ -1,4 +1,6 @@
-public class TestRunner {
+package lcss;
+
+public class TestRunner extends Thread {
 
   int[] testargs;
 
@@ -240,7 +242,7 @@ public class TestRunner {
     args[5] = 240;
     for(int i = 0; i < threadnum; ++i) {
       TestRunner tr = new TestRunner(args);
-      tr.run();
+      tr.start();
     }
   }
 }
\ No newline at end of file