summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-05-04 12:34:59 +0200
committerDidier Raboud <odyx@debian.org>2017-11-07 14:16:06 +0100
commit4f58971bf590e1f411e6516bbfc7208006abba3a (patch)
tree193e797c5c01a4a62b1839487f3e9da00d7e4837
parent23f5813bf79520f252e7421e2a99a07f494ef866 (diff)
Don't run the insanely long test-rastertogutenprint
build-test that lets sbuild timeout on all architectures Gbp-Pq: Name 0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
-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