Skip to content

Commit

Permalink
fix path for the find command
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Nov 30, 2011
1 parent 50e2e07 commit c1be673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/perf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c1be673

Please sign in to comment.