We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcc203 commit 8cb9558Copy full SHA for 8cb9558
1 file changed
lib/controller/controller.py
@@ -95,7 +95,8 @@ def start():
95
return
96
97
if conf.smokeTest:
98
- smokeTest()
+ if not smokeTest():
99
+ return
100
101
if conf.direct:
102
initTargetEnv()
0 commit comments