From 4c279603b1963c29ea980a36155ed4274e08812f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Mar 2021 08:14:51 +0200 Subject: build: don't run tests in Debian package build --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ecfca56..d6aee88 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,5 @@ override_dh_auto_install: find debian/obnam/bin -type f ! -name 'obnam*' -delete override_dh_auto_test: - ./check + echo not running ./check in Debian package build + echo tests need too much infra in test environment -- cgit v1.2.1