Skip to content

Commit c1be673

Browse files
committed
fix path for the find command
1 parent 50e2e07 commit c1be673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/perf.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ rustc-perf$(X): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)
1010
endif
1111

1212
perf: check-stage2-perf rustc-perf$(X)
13-
$(Q)find test/perf -name \*.err | xargs cat
13+
$(Q)find $(CFG_HOST_TRIPLE)/test/perf -name \*.err | xargs cat
1414
$(Q)cat rustc-perf.err

0 commit comments

Comments
 (0)