mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
support/scripts/test-pkg: extend logfile with olddefconfig output
Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
80fbef5853
commit
ac53042bf2
@ -108,7 +108,7 @@ build_one() {
|
|||||||
_EOF_
|
_EOF_
|
||||||
cat "${cfg}" >>"${dir}/.config"
|
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"
|
printf "FAILED\n"
|
||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user