Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8cb9558

Browse files
committed
some more adjustments
1 parent 7dcc203 commit 8cb9558

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/controller/controller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def start():
9595
return
9696

9797
if conf.smokeTest:
98-
smokeTest()
98+
if not smokeTest():
99+
return
99100

100101
if conf.direct:
101102
initTargetEnv()

0 commit comments

Comments
 (0)