From 49df7380cd2279dd30d965b2a88d81ccf7fc8216 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Mon, 15 Jun 2015 08:56:51 +0200 Subject: dh_auto_clean: Run tests as normal during cross-building Signed-off-by: Niels Thykier --- dh_auto_test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dh_auto_test') diff --git a/dh_auto_test b/dh_auto_test index 64c61d2a..51967137 100755 --- a/dh_auto_test +++ b/dh_auto_test @@ -52,8 +52,7 @@ compiled. =cut -if (get_buildoption("nocheck") - || (dpkg_architecture_value("DEB_HOST_GNU_TYPE") ne dpkg_architecture_value("DEB_BUILD_GNU_TYPE"))) { +if (get_buildoption("nocheck")) { exit 0; } -- cgit v1.2.3