Skip to content

Commit 8f81e60

Browse files
authored
donate-cpu: do not expose local work folder in output (danmar#7425)
1 parent 5a2f12f commit 8f81e60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: tools/donate-cpu.py

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ def get_client_version_head(path):
273273
else:
274274
count += ' ' + str(c)
275275
elapsed_time += " {:.1f}".format(t)
276+
errout = errout.replace(work_path, '[...]')
276277
results_to_diff.append(errout)
277278
if ver == 'head':
278279
head_info_msg = info

Diff for: tools/donate_cpu_lib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
1717
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
1818
# changes)
19-
CLIENT_VERSION = "1.3.66"
19+
CLIENT_VERSION = "1.3.67"
2020

2121
# Timeout for analysis with Cppcheck in seconds
2222
CPPCHECK_TIMEOUT = 30 * 60

0 commit comments

Comments
 (0)