summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-20 22:17:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-20 22:25:10 +0000
commitc2e722f6a63323c6fc5c624522e70315e750e78b (patch)
tree482a66afff4fefe193c70239440a696214f37c62 /scripts
parent34abc2ca48772c9ae1aeaaf9a573329c3c4ad251 (diff)
downloadpoky-c2e722f6a63323c6fc5c624522e70315e750e78b.tar.gz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contrib/build-perf-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh
index 7d99228c73..9a091edb0a 100755
--- a/scripts/contrib/build-perf-test.sh
+++ b/scripts/contrib/build-perf-test.sh
@@ -283,7 +283,7 @@ write_results() {
283 283
284test1_p1 () { 284test1_p1 () {
285 log "Running Test 1, part 1/3: Measure wall clock of bitbake $IMAGE and size of tmp/ dir" 285 log "Running Test 1, part 1/3: Measure wall clock of bitbake $IMAGE and size of tmp/ dir"
286 bbnotime $IMAGE -c fetchall 286 bbnotime $IMAGE --runall=fetch
287 do_rmtmp 287 do_rmtmp
288 do_rmsstate 288 do_rmsstate
289 do_sync 289 do_sync