Skip to content

Commit b9df124

Browse files
authored
Update RunLoadRunner.py
Shouldn't swallow the errorCode
1 parent 6bc4415 commit b9df124

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/resources/HpTools/RunLoadRunner.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,5 @@ def getStderrLines(self):
123123
print
124124
print "----"
125125

126-
#sys.exit(exitCode)
127-
sys.exit(0)
128-
126+
sys.exit(exitCode)
127+

0 commit comments

Comments
 (0)