[Buildroot] [git commit] support/scripts/test-pkg: extend logfile with olddefconfig output

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Mar 9 20:34:33 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=ac53042bf230eebab4eea552a2bafa27619676a6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Benoît Allard <benoit.allard at greenbone.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 support/scripts/test-pkg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/scripts/test-pkg b/support/scripts/test-pkg
index a040ce1..0e7779d 100755
--- a/support/scripts/test-pkg
+++ b/support/scripts/test-pkg
@@ -108,7 +108,7 @@ build_one() {
 	_EOF_
     cat "${cfg}" >>"${dir}/.config"
 
-    if ! make O="${dir}" olddefconfig >/dev/null 2>&1; then
+    if ! make O="${dir}" olddefconfig > "${dir}/logfile" 2>&1; then
         printf "FAILED\n"
         return 2
     fi



More information about the buildroot mailing list