From: Benoît Allard Date: Thu, 9 Mar 2017 15:15:21 +0000 (+0100) Subject: support/scripts/test-pkg: extend logfile with olddefconfig output X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac53042bf230eebab4eea552a2bafa27619676a6;p=buildroot.git support/scripts/test-pkg: extend logfile with olddefconfig output Signed-off-by: Benoît Allard Signed-off-by: Thomas Petazzoni --- 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