mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
fix path for the find command
This commit is contained in:
parent
50e2e07255
commit
c1be673e76
@ -10,5 +10,5 @@ rustc-perf$(X): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)
|
||||
endif
|
||||
|
||||
perf: check-stage2-perf rustc-perf$(X)
|
||||
$(Q)find test/perf -name \*.err | xargs cat
|
||||
$(Q)find $(CFG_HOST_TRIPLE)/test/perf -name \*.err | xargs cat
|
||||
$(Q)cat rustc-perf.err
|
||||
|
Loading…
Reference in New Issue
Block a user