summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-05-04 12:34:59 +0200
committerDidier Raboud <odyx@debian.org>2017-10-27 17:09:49 +0200
commit092948253fc9bf98a8d1958762173d74dba0fc8b (patch)
treef4a31b823064efcb93f4a75b7cf4783b092486ec
parent9dd97a029bf391c42b1dc76f2f7c5e386bb8f466 (diff)
Don't run the insanely long test-rastertogutenprint
build-test that lets sbuild timeout on all architectures
-rw-r--r--src/cups/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cups/Makefile.am b/src/cups/Makefile.am
index 4ef097d..fbb776a 100644
--- a/src/cups/Makefile.am
+++ b/src/cups/Makefile.am
@@ -96,7 +96,7 @@ install-exec-hook:
mv $(DESTDIR)$(pkglibdir)/backend/backend_gutenprint "$(DESTDIR)$(pkglibdir)/backend/gutenprint$(GUTENPRINT_MAJOR_VERSION)$(GUTENPRINT_MINOR_VERSION)+usb"
endif
-TESTS= test-ppds test-rastertogutenprint
+TESTS= test-ppds
noinst_SCRIPTS=test-rastertogutenprint
endif