Skip to content

Commit 4619446

Browse files
ldionnegithub-actions[bot]
authored andcommitted
Automerge: [libc++] Fix SPEC globbing pattern
2 parents c6f2cee + a76dc55 commit 4619446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/benchmarks/spec.gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474

7575
# Parse the results into a LNT-compatible format. This also errors out if there are no CSV files, which
7676
# means that the benchmark didn't run properly (the `runcpu` command above never reports a failure).
77-
print(f'RUN: %{{libcxx-dir}}/utils/parse-spec-results %T/result/CPUv8.001.*.train.csv --output-format=lnt > %T/results.lnt')
77+
print(f'RUN: %{{libcxx-dir}}/utils/parse-spec-results %T/result/*.train.csv --output-format=lnt > %T/results.lnt')
7878
print(f'RUN: cat %T/results.lnt')

0 commit comments

Comments
 (0)