From 99ecb160f95d2034e4d88e4c887f7540a16dc360 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Mon, 21 Sep 2020 04:11:13 +0200 Subject: [PATCH] debuild: skip 'make check'. --- debuild/debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debuild/debian/rules b/debuild/debian/rules index d2d935822..2f3f245fd 100755 --- a/debuild/debian/rules +++ b/debuild/debian/rules @@ -30,6 +30,10 @@ override_dh_auto_configure: override_dh_auto_clean: +# Need to disable this, 'make check' currently fails, probably due to our +# meddling with the directory layout, executable names, etc. +override_dh_auto_test: + override_dh_auto_build: # Copy the nw.js sources to where purr-data wants them. tar -xf debian/nwjs/$(nwjspkg)-$(arch).tar.gz && rm -rf pd/nw/nw && mv $(nwjspkg)-$(arch) pd/nw/nw -- GitLab