mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 03:48:03 +02:00
perf: Correct cairo-perf-diff syntax
{ cmd-list; } seems to literally be the required syntax. Blanks and
';' are both mandatory.
This commit is contained in:
parent
6986970ea5
commit
061ea78ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ run_cairo_perf_if_not_cached() {
|
|||
}
|
||||
|
||||
echo "Running \"cairo-perf $CAIRO_PERF_OPTIONS\" against $rev. Results will be cached in:"
|
||||
{./$benchmark $CAIRO_PERF_OPTIONS || echo "*** Performance test crashed"} >> $perf
|
||||
{ ./$benchmark $CAIRO_PERF_OPTIONS || echo "*** Performance test crashed"; } >> $perf
|
||||
|
||||
cd $owd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue