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 bf5339d commit c086060Copy full SHA for c086060
smallfile_cli.py
@@ -184,7 +184,7 @@ def run_multi_host_workload(prm):
184
raise Exception('hosts did not reach starting gate ' +
185
'within %d seconds' % host_timeout)
186
else:
187
- print('saw exception %s, aborting test' % str(e))
+ print('saw exception %s, aborting test' % str(exception_seen))
188
189
190
# ask all hosts to start the test
0 commit comments