2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Create 'failed_test' dir only if test fails

[SVN r33812]
This commit is contained in:
Vladimir Prus
2006-04-25 14:54:32 +00:00
parent d0a84a6bc4
commit 9fef1689f5

View File

@@ -370,7 +370,7 @@ class Tester(TestCmd.TestCmd):
if condition and dump_stdio:
self.dump_stdio()
if '--preserve' in sys.argv:
if condition and '--preserve' in sys.argv:
print
print "*** Copying the state of working dir into 'failed_test' ***"
print