We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2f12f commit 8f81e60Copy full SHA for 8f81e60
tools/donate-cpu.py
@@ -273,6 +273,7 @@ def get_client_version_head(path):
273
else:
274
count += ' ' + str(c)
275
elapsed_time += " {:.1f}".format(t)
276
+ errout = errout.replace(work_path, '[...]')
277
results_to_diff.append(errout)
278
if ver == 'head':
279
head_info_msg = info
tools/donate_cpu_lib.py
@@ -16,7 +16,7 @@
16
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
17
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
18
# changes)
19
-CLIENT_VERSION = "1.3.66"
+CLIENT_VERSION = "1.3.67"
20
21
# Timeout for analysis with Cppcheck in seconds
22
CPPCHECK_TIMEOUT = 30 * 60
0 commit comments