summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 09:15:29 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 13:43:36 +0000
commit7681b7ab040b02a5f74fedd8ed01393003e76883 (patch)
tree02fd01e80157da164c3c38996b658f5380093c99
parent14c29f717c1e2a613fa76baf3ce418b93bdc707b (diff)
tcwg-benchmark-bare.sh: Start build container with verbose flag
Change-Id: Ie353ffbd8129baac8fc99f05925c52b97d81dfde
-rwxr-xr-xtcwg-benchmark-bare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark-bare.sh b/tcwg-benchmark-bare.sh
index c11c4a14..e7a88a33 100755
--- a/tcwg-benchmark-bare.sh
+++ b/tcwg-benchmark-bare.sh
@@ -79,7 +79,7 @@ case "$toolchain_url" in
# Make sure to cleanup build container if something goes
# wrong when preparing the test environment
trap "cleanup_all_containers" EXIT
- ./start-container-docker.sh $docker_host_opt --distro "$build_container_tag" --task build --prefix build_ > build-container.sh
+ ./start-container-docker.sh $docker_host_opt --distro "$build_container_tag" --task build --prefix build_ --verbose true > build-container.sh
. ./build-container.sh
;;
esac