Skip to content
Snippets Groups Projects
Commit b8366705 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Do not run tests by default

Requested-By: hjk
parent fae31e0d
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ int main(int argc, char **argv)
QObject::connect(&app, SIGNAL(aboutToQuit()), &pluginManager, SLOT(shutdown()));
// Do this after the event loop has started
QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
// QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
return app.exec();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment