Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/pspp/files: pspp-0.6.2-no-test-pgsql.patch
Date: Wed, 29 Sep 2010 05:41:29
Message-Id: 20100929054118.79C8A20054@flycatcher.gentoo.org
1 bicatali 10/09/29 05:41:18
2
3 Added: pspp-0.6.2-no-test-pgsql.patch
4 Log:
5 Disabling postgres test, bad server starting
6
7 (Portage version: 2.2_rc86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-mathematics/pspp/files/pspp-0.6.2-no-test-pgsql.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/files/pspp-0.6.2-no-test-pgsql.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/files/pspp-0.6.2-no-test-pgsql.patch?rev=1.1&content-type=text/plain
14
15 Index: pspp-0.6.2-no-test-pgsql.patch
16 ===================================================================
17 --- tests/automake.mk.orig 2010-09-29 06:36:55.000000000 +0100
18 +++ tests/automake.mk 2010-09-29 06:37:20.000000000 +0100
19 @@ -161,9 +161,9 @@
20 dist_TESTS += tests/command/get-data-gnm.sh
21 endif
22
23 -if PSQL_SUPPORT
24 -dist_TESTS += tests/command/get-data-psql.sh
25 -endif
26 +#if PSQL_SUPPORT
27 +#dist_TESTS += tests/command/get-data-psql.sh
28 +#endif
29
30 nodist_TESTS = \
31 tests/libpspp/abt-test \