fix path for the find command

This commit is contained in:
Niko Matsakis 2011-11-30 15:44:59 -08:00
parent 50e2e07255
commit c1be673e76
1 changed files with 1 additions and 1 deletions

View File

@ -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