summaryrefslogtreecommitdiff
path: root/patches/0001-Don-t-run-the-insanely-long-test-rastertogutenprint.patch
blob: 8f9e2cd66078d75c5ec021e42b6612e3fa7699b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 092948253fc9bf98a8d1958762173d74dba0fc8b Mon Sep 17 00:00:00 2001
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 4ef097da..fbb776a6 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