861
861
# This is still a little bogus,
862
862
# but only a little. Folk not using our testrunner will
863
863
# have to delete their temp directories themselves.
864
865
if result.wasSuccessful() or not keep_output:
868
873
print "Failed tests working directories are in '%s'\n" % TestCaseInTempDir.TEST_ROOT
869
874
return result.wasSuccessful()