diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-12-05 10:31:44 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-12-05 10:31:44 -0500 |
| commit | 396248d4f9bdedcbe61bc663e4e7f6aa3351318b (patch) | |
| tree | c520fcefe000c02f4f4d72ebd92087fa96454ebc | |
| parent | 4b5edd3c03623aa09043d337e69efa4e384cf0a4 (diff) | |
testing
| -rwxr-xr-x | tools/build_release_files.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build_release_files.py b/tools/build_release_files.py index b01d4b8ea..44770beb1 100755 --- a/tools/build_release_files.py +++ b/tools/build_release_files.py @@ -55,9 +55,10 @@ for board in build_boards: if exit_status == 0: exit_status = 1 + print("Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success)) if travis: print('travis_fold:start:adafruit-bins-{}-{}\\r'.format(language, board)) - print("Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success)) + print("(dup)Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success)) if make_result.returncode != 0: print(make_result.stdout.decode("utf-8")) print(other_output) |
