commit | ef7420cd97c33ae3968fc1f60e86fe42a63d661c | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Thu Oct 14 13:16:01 2021 +0200 |
committer | Rico Wind <ricow@google.com> | Thu Oct 14 12:17:30 2021 +0000 |
tree | 243538a9d277936c624009ec70ea5bb285aedfa2 | |
parent | a0d27cfd7af56cae9870a0a8b4e088e28da94322 [diff] [blame] |
Try to fix test uploading from windows Change-Id: I2911b0f88dc7b5680c86bdf49dcd401ab46851d1
diff --git a/tools/test.py b/tools/test.py index 1f6d450..5da5b71 100755 --- a/tools/test.py +++ b/tools/test.py
@@ -452,7 +452,7 @@ def archive_and_return(return_code, options): if return_code != 0: - if options.archive_failures and os.name != 'nt': + if options.archive_failures: archive_failures(options) return return_code