[oe-commits] [openembedded-core] 01/03: scripts/contrib/build-perf-test: Fix fetchall reference to use runall

git at git.openembedded.org git at git.openembedded.org
Tue Feb 20 22:25:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 028ab7eb11f78c02900389197eace81824e6553f
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Feb 20 22:17:28 2018 +0000

    scripts/contrib/build-perf-test: Fix fetchall reference to use runall
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/contrib/build-perf-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh
index 7d99228..9a091ed 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list