From: Richard Purdie Date: Tue, 20 Feb 2018 22:17:28 +0000 (+0000) Subject: scripts/contrib/build-perf-test: Fix fetchall reference to use runall X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18742 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028ab7eb11f78c02900389197eace81824e6553f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/contrib/build-perf-test: Fix fetchall reference to use runall Signed-off-by: Richard Purdie --- diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh index 7d99228c739..9a091edb0a4 100755 --- a/scripts/contrib/build-perf-test.sh +++ b/scripts/contrib/build-perf-test.sh @@ -283,7 +283,7 @@ write_results() { test1_p1 () { log "Running Test 1, part 1/3: Measure wall clock of bitbake $IMAGE and size of tmp/ dir" - bbnotime $IMAGE -c fetchall + bbnotime $IMAGE --runall=fetch do_rmtmp do_rmsstate do_sync