summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint-.patch
blob: ed828980611b7637e9444b15d76dcc5b0645b1a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Didier Raboud <odyx@debian.org>
Date: Sun, 4 May 2014 12:34:59 +0200
Subject: Don't run the insanely long test-rastertogutenprint build-test that
 lets sbuild timeout on all architectures

---
 src/cups/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \