summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-05-04 12:34:59 +0200
committerDidier Raboud <odyx@debian.org>2017-06-19 08:42:47 +0200
commit1bb5769301431226c837766358b26f17e7d8c378 (patch)
tree721ad97e807f5671b541f67460ad83e1507f9af4
parentaedf3e93e811c6c9d504274172861d266e1c5c97 (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 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