summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-05-04 12:34:59 +0200
committerDidier Raboud <odyx@debian.org>2017-07-17 22:28:26 +0200
commit8f656d61baa25eca351cb534548b0c4b4fe6362e (patch)
tree9c9f27d6964934f12ba755ae35fa43e2f4837018
parent65ab098c118bbf051caece91aa943cb196050deb (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 62ce028..a0077ad 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