Skip to content
Snippets Groups Projects
Commit 3a4a163f authored by Eugine Blikh's avatar Eugine Blikh
Browse files

Fix for empty test suite force fix

parent a0337db6
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ class TestSuite:
if not self.tests:
# noting to test, exit
return 0
return []
self.server.deploy(self.ini["config"],
self.server.find_exe(self.args.builddir, silent=False),
......
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