Skip to content

Commit a76dc55

Browse files
committed
[libc++] Fix SPEC globbing pattern
1 parent 9bc4200 commit a76dc55

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)