diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-20 22:17:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-20 22:17:28 +0000 |
commit | 028ab7eb11f78c02900389197eace81824e6553f (patch) | |
tree | e693a479690a55d9cb88cada10efd644ff6d453c /scripts/contrib | |
parent | 4911e9c539b98bde0246ea4f8dc823c50951195e (diff) | |
download | openembedded-core-contrib-028ab7eb11f78c02900389197eace81824e6553f.tar.gz |
scripts/contrib/build-perf-test: Fix fetchall reference to use runall
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/build-perf-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |