summaryrefslogtreecommitdiff
path: root/databases/deforaos-libdatabase/patches/patch-tests_tests.sh
blob: 66c5b841553bd0a6b216710a303e3b7cb64f349b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-tests_tests.sh,v 1.1 2016/02/22 12:32:59 khorben Exp $

Avoid building the (experimental) Python binding.

--- tests/tests.sh.orig	2014-08-31 13:43:12.000000000 +0000
+++ tests/tests.sh
@@ -100,7 +100,7 @@ $DATE > "$target"
 FAILED=
 echo "Performing tests:" 1>&2
 echo "Expected failures:" 1>&2
-_fail "python.sh"
+#_fail "python.sh"
 if [ -n "$FAILED" ]; then
 	echo "Failed tests:$FAILED" 1>&2
 	exit 2