]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/Launcher.java
Enable cache-clearance for autonomous test-launches
[gigi.git] / src / org / cacert / gigi / Launcher.java
index a47c9bfda7ed7f1699030ef6f7d203ac61b2ed2c..177d63eed5925b18bed89a27e873990af3ac2d6e 100644 (file)
@@ -84,6 +84,9 @@ public class Launcher {
                 Log.getLogger(Launcher.class).warn("Couldn't set uid!");
             }
         }
+        if (conf.getMainProps().containsKey("testrunner")) {
+            DevelLauncher.addDevelPage();
+        }
     }
 
     private static ServerConnector createConnector(GigiConfig conf, Server s, HttpConfiguration httpConfig, boolean doHttps) throws GeneralSecurityException, IOException {