Explorar o código

scripts/contrib/build-perf-test: Fix fetchall reference to use runall

(From OE-Core rev: 028ab7eb11f78c02900389197eace81824e6553f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie %!s(int64=7) %!d(string=hai) anos
pai
achega
c2e722f6a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/contrib/build-perf-test.sh

+ 1 - 1
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