Allow to run tests without arguments
[platform/core/test/security-tests.git] / tests / framework / src / test_runner.cpp
index ee316e2..ff38f90 100644 (file)
@@ -542,11 +542,6 @@ int TestRunner::ExecTestRunner(ArgsList args)
 {
     m_runIgnored = false;
     // Parse command line
-    if (args.size() == 1) {
-        InvalidArgs();
-        Usage();
-        return -1;
-    }
 
     args.erase(args.begin());