Skip to content

Commit

Permalink
test-dependencies.sh: Redirect stderr
Browse files Browse the repository at this point in the history
* newer bitbake is printing some messages to stderr, we want to log
  them as well

(From OE-Core rev: f442c15aaeb8c0641093e92f2b832dfaa2d9a486)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
shr-project authored and rpurdie committed Apr 5, 2014
1 parent cb68ed9 commit 025021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ build_all() {
OUTPUT1=${OUTPUT_BASE}/${TYPE}_all
mkdir -p ${OUTPUT1}
echo "Logs will be stored in ${OUTPUT1} directory"
bitbake -k $targets | tee -a ${OUTPUT1}/complete.log
bitbake -k $targets 2>&1 | tee -a ${OUTPUT1}/complete.log
}

build_every_recipe() {
Expand Down

0 comments on commit 025021e

Please sign in to comment.