summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-05-04 12:34:59 +0200
committerDidier Raboud <odyx@debian.org>2019-09-13 18:04:06 +0200
commit9d4787dce3b1a4ae219192467bcae5cf41e0a9d5 (patch)
treecfdbb7a5c351c6220fa07d5e1dc98ee626146355
parentae020cb6c3be6b0e5af132b7cb8309a45fa8f9cb (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 1812d55..99e5673 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.test: test-rastertogutenprint
-TESTS= test-ppds.test test-rastertogutenprint.test
+TESTS= test-ppds.test
test-rastertogutenprint.log: test-ppds.log
noinst_SCRIPTS=test-ppds.test \