]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/contrib/build-perf-test: Fix fetchall reference to use runall
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Feb 2018 22:17:28 +0000 (22:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Feb 2018 22:17:28 +0000 (22:17 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/build-perf-test.sh

index 7d99228c739bdfa33518b26b53db728d4bf88bed..9a091edb0a411164641f876e457a99e5ace4b9ba 100755 (executable)
@@ -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