Commit fee49075 authored by Allan McRae's avatar Allan McRae Committed by Pierre Schmitz
Browse files

Copy check() log from chroot

parent 39ae6e23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@ if mkarchroot -r "/chrootbuild" "$copydir"; then
		fi
	done

	for l in "${copydir}"/build/{namcap,*-{build,package,package_*}}.log; do
	for l in "${copydir}"/build/{namcap,*-{build,check,package,package_*}}.log; do
		[ -f "$l" ] && mv "$l" "${WORKDIR}"
	done
else