Skip to content

Commit 84dae06

Browse files
peterbarkertridge
authored andcommitted
autotest: stop moving logs on failure
tracking down the logs on test failure is just painful. I've been setting the environment variable for a long time and it works well
1 parent b2abd2f commit 84dae06

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Tools/autotest/autotest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,13 +1074,6 @@ def format_epilog(self, formatter):
10741074
if opts.move_logs_on_test_failure is None:
10751075
opts.move_logs_on_test_failure = opts.autotest_server
10761076

1077-
# temporarily default it to the old behaviour, but allow a
1078-
# user to test it by setting an environment variable:
1079-
if os.getenv("AP_AUTOTEST_MOVE_LOGS_ON_FAILURE") is not None:
1080-
opts.move_logs_on_test_failure = os.getenv("AP_AUTOTEST_MOVE_LOGS_ON_FAILURE") == "1"
1081-
else:
1082-
opts.move_logs_on_test_failure = True
1083-
10841077
steps = [
10851078
'prerequisites',
10861079
'build.Binaries',

0 commit comments

Comments
 (0)