Skip to content

Commit 4401eba

Browse files
committed
test-my-pr: show libraries in log output
1 parent 7bb2bd3 commit 4401eba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/test-my-pr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def format_float(a, b=1):
129129
print("No files to process")
130130
continue
131131

132-
results_to_diff = []
132+
results_to_diff = list()
133133

134134
main_crashed = False
135135
your_crashed = False
@@ -188,6 +188,7 @@ def format_float(a, b=1):
188188
myfile.write(package + '\n')
189189
diff = lib.diff_results('main', results_to_diff[0], 'your', results_to_diff[1])
190190
if diff != '':
191+
myfile.write(f'libraries:{libraries}\n')
191192
myfile.write('diff:\n' + diff + '\n')
192193

193194
with open(timing_file, 'a') as myfile:

0 commit comments

Comments
 (0)