summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 3a24d1f608..77d9936648 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -511,12 +511,6 @@ int main(int argc, char **argv)
// shutdown plugin manager on the exit
QObject::connect(&app, SIGNAL(aboutToQuit()), &pluginManager, SLOT(shutdown()));
-#ifdef WITH_TESTS
- // Do this after the event loop has started
- if (PluginManager::testRunRequested())
- QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
-#endif
-
const int r = app.exec();
cleanupCrashHandler();
return r;