[elbe-devel] [PATCH v3 5/5] debianize: disable internal tests for barebox

Bastian Germann bage at linutronix.de
Thu Apr 2 18:25:38 CEST 2020


Am 02.04.20 um 18:23 schrieb yegorslists at googlemail.com:
> From: Yegor Yefremov <yegorslists at googlemail.com>
> 
> Barebox does not provide a "test" target, hence dh_auto_test would
> fail. Overriding the dh_auto_test target solves this issue.
> 
> Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>

Reviewed-by: Bastian Germann <bage at linutronix.de>

Please collect the tag and resend the last three patches for Torben to
push. The first two are already in master because you sent them on their
own beforehand.

> ---
> Changes v2 -> v3:
> 	- just overring dh_auto_test
> 	- give reason for disabling the tests
> 
>  elbepack/makofiles/debianize/barebox/rules.mako | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/elbepack/makofiles/debianize/barebox/rules.mako b/elbepack/makofiles/debianize/barebox/rules.mako
> index 9e08f1773..3f141d5cc 100755
> --- a/elbepack/makofiles/debianize/barebox/rules.mako
> +++ b/elbepack/makofiles/debianize/barebox/rules.mako
> @@ -58,6 +58,8 @@ override_dh_auto_build:
>  	make -j`nproc` $(MAKE_OPTS) O=debian/build-aux
>  % endif
>  
> +override_dh_auto_test:
> +
>  override_dh_auto_install:
>  	mkdir -p $(TOOL_PATH) $(BOOT_PATH)
>  	cp debian/build/images/${img_name} $(BOOT_PATH)
> 



More information about the elbe-devel mailing list