diff options
author | Carl Worth <cworth@cworth.org> | 2007-06-18 18:23:06 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-06-18 18:24:09 -0700 |
commit | 02f753c23ad0db7d677ae41f8d69dc566c8aaa0b (patch) | |
tree | 415fe2ba14c4c469eb44516dedf59d41c6790b3e /perf | |
parent | 2477e57de532fb3ebd1f6113cf51619b84b303d9 (diff) |
Fix cairo-perf-diff to compile cairo-perf explicitly
Diffstat (limited to 'perf')
-rwxr-xr-x | perf/cairo-perf-diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-diff b/perf/cairo-perf-diff index d834f25d..92721f1a 100755 --- a/perf/cairo-perf-diff +++ b/perf/cairo-perf-diff @@ -177,7 +177,7 @@ run_cairo_perf_if_not_cached() { rsync $CAIRO_DIR/$file perf done cd perf; - make || exit 1 + make cairo-perf || exit 1 echo "Running \"cairo-perf $CAIRO_PERF_OPTIONS\" against $rev. Results will be cached in:" echo "$perf" (./cairo-perf $CAIRO_PERF_OPTIONS || echo "*** Performance test crashed") >> $perf |