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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user