From: Jan Kiszka <[email protected]> Saves a few seconds at the end of the package build, and the download of check.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-core/non-root-initramfs/files/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/non-root-initramfs/files/debian/rules b/recipes-core/non-root-initramfs/files/debian/rules index 382ce0f..96f0920 100755 --- a/recipes-core/non-root-initramfs/files/debian/rules +++ b/recipes-core/non-root-initramfs/files/debian/rules @@ -18,5 +18,7 @@ binary: ${MAKE} olddefconfig dh $@ --parallel +override_dh_auto_test: + %: dh $@ --parallel -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
