summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-05-04 12:34:59 +0200
committerDidier Raboud <odyx@debian.org>2018-09-25 08:43:07 +0200
commit1769dac7748bc0d1a1dd4a894afb38596008d967 (patch)
treea0a50b3e258a0ed005dcfb762c21851c958a652d
parente50542121e724e851fc5d6c68bb773f80c0bc12c (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 2f70701..90a9453 100644
--- a/src/cups/Makefile.am
+++ b/src/cups/Makefile.am
@@ -100,7 +100,7 @@ endif
AM_TESTS_ENVIRONMENT=$(STP_ENV)
test-rastertogutenprint: min-pagesize
test-rastertogutenprint.check: test-rastertogutenprint
-TESTS= test-ppds test-rastertogutenprint.check
+TESTS= test-ppds
noinst_SCRIPTS=test-ppds \
test-rastertogutenprint \
test-rastertogutenprint.check \