From ac53042bf230eebab4eea552a2bafa27619676a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Allard?= Date: Thu, 9 Mar 2017 16:15:21 +0100 Subject: [PATCH] support/scripts/test-pkg: extend logfile with olddefconfig output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: BenoƮt Allard Signed-off-by: Thomas Petazzoni --- 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 a040ce1af1..0e7779de49 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