879
879
# This is still a little bogus,
880
880
# but only a little. Folk not using our testrunner will
881
881
# have to delete their temp directories themselves.
882
883
if result.wasSuccessful() or not keep_output:
886
891
print "Failed tests working directories are in '%s'\n" % TestCaseInTempDir.TEST_ROOT
887
892
return result.wasSuccessful()