Show More
@@ -504,7 +504,8 b' def tsttest(test, options, replacements)' | |||||
504 | vlog("# Running", cmd) |
|
504 | vlog("# Running", cmd) | |
505 | exitcode, output = run(cmd, options, replacements) |
|
505 | exitcode, output = run(cmd, options, replacements) | |
506 | # do not merge output if skipped, return hghave message instead |
|
506 | # do not merge output if skipped, return hghave message instead | |
507 | if exitcode == SKIPPED_STATUS: |
|
507 | # similarly, with --debug, output is None | |
|
508 | if exitcode == SKIPPED_STATUS or output is None: | |||
508 | return exitcode, output |
|
509 | return exitcode, output | |
509 | finally: |
|
510 | finally: | |
510 | os.remove(name) |
|
511 | os.remove(name) |
General Comments 0
You need to be logged in to leave comments.
Login now