]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.osgi/src/org/simantics/scl/osgi/internal/BundleTestScriptRunnable.java
migrated to svn revision 33108
[simantics/platform.git] / bundles / org.simantics.scl.osgi / src / org / simantics / scl / osgi / internal / BundleTestScriptRunnable.java
index 2a5d56d7e53f3f24d2130a478374f21a2f7e13ad..c064bd79cad0ecf986a1edc358f3e87a3c6d6c13 100644 (file)
@@ -43,9 +43,6 @@ public class BundleTestScriptRunnable implements TestRunnable {
         try {
             CommandSession session = new CommandSession(SCLOsgi.MODULE_REPOSITORY, handler);
             new TestScriptExecutor(session, reader, handler).execute();
-        } catch(Throwable e) {
-            CommandSession.formatException(handler, e);
-            throw e;
         } finally {
             reader.close();
         }