diff --git a/debian/rules b/debian/rules index e2bfde42..b08a6890 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,9 @@ override_dh_auto_test: # don't fail build on s390x, some tests are failing but upstream # isn't interested in spending energy on this at the moment # see https://gitlab.freedesktop.org/libfprint/libfprint/issues/236 - ifneq (,$(filter $(DEB_HOST_ARCH),s390x)) - dh_auto_test || true - else - dh_auto_test - endif +ifneq (,$(filter $(DEB_HOST_ARCH),s390x)) + dh_auto_test || true +else + dh_auto_test +endif +