File: 0001-disable-testsuite.patch

package info (click to toggle)
mysql-connector-java 5.1.49-0%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,580 kB
  • sloc: java: 102,893; xml: 1,318; makefile: 29; sh: 12
file content (21 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Thu, 25 Aug 2011 10:44:00 +0200
Subject: [PATCH] disable testsuite

---
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Index: mysql-connector-java-5.1.49.orig/build.xml
===================================================================
--- mysql-connector-java-5.1.49.orig.orig/build.xml
+++ mysql-connector-java-5.1.49.orig/build.xml
@@ -838,7 +838,7 @@ Java 8 (for JDBC 4+ implementation) is a
     <!-- Compile the driver including JDBC 3 and JDBC 4+ implementations, JUnit test suite and 'helpers' for third-party software. -->
     <target name="compile"
             description="Compiles driver including JDBC 3 and JDBC 4+ implementations, JUnit test suite and integration 'helpers' for third-party software."
-            depends="init, compile-driver, compile-testsuite, compile-integration" />
+            depends="init, compile-driver, compile-integration" />
 
 
     <!-- Compile the driver including JDBC 3 and JDBC 4+ implementations only. -->