diff options
Diffstat (limited to 'scripts/test-dependencies.sh')
-rwxr-xr-x | scripts/test-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-dependencies.sh b/scripts/test-dependencies.sh index ca7e687a32..d3212c4f49 100755 --- a/scripts/test-dependencies.sh +++ b/scripts/test-dependencies.sh | |||
@@ -137,7 +137,7 @@ build_all() { | |||
137 | OUTPUT1=${OUTPUT_BASE}/${TYPE}_all | 137 | OUTPUT1=${OUTPUT_BASE}/${TYPE}_all |
138 | mkdir -p ${OUTPUT1} | 138 | mkdir -p ${OUTPUT1} |
139 | echo "Logs will be stored in ${OUTPUT1} directory" | 139 | echo "Logs will be stored in ${OUTPUT1} directory" |
140 | bitbake -k $targets | tee -a ${OUTPUT1}/complete.log | 140 | bitbake -k $targets 2>&1 | tee -a ${OUTPUT1}/complete.log |
141 | } | 141 | } |
142 | 142 | ||
143 | build_every_recipe() { | 143 | build_every_recipe() { |