4544
4544
# We don't want to fail here because some useful display will be lost
4545
4545
# otherwise. Polluting the tmp dir is bad, but not giving all the
4546
4546
# possible info to the test runner is even worse.
4548
4548
ui.ui_factory.clear_term()
4549
4549
sys.stderr.write('\nWhile running: %s\n' % (test_id,))
4550
4550
# Ugly, but the last thing we want here is fail, so bear with it.