Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/subversion/files: subversion-1.6.2-local_library_preloading.patch
Date: Mon, 22 Jun 2009 21:55:32
Message-Id: E1MIrUA-0001Eo-NV@stork.gentoo.org
1 arfrever 09/06/22 21:55:30
2
3 Modified: subversion-1.6.2-local_library_preloading.patch
4 Log:
5 Transform tests in alphabetic order.
6
7 Revision Changes Path
8 1.2 dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch?r1=1.1&r2=1.2
13
14 Index: subversion-1.6.2-local_library_preloading.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- subversion-1.6.2-local_library_preloading.patch 12 May 2009 16:23:32 -0000 1.1
21 +++ subversion-1.6.2-local_library_preloading.patch 22 Jun 2009 21:55:30 -0000 1.2
22 @@ -97,7 +97,7 @@
23 + eval "$executable=\$executable_dependencies"
24 +done
25 +
26 -+test_paths="$(find subversion/tests -name '*-test' ! -path '*/.libs/*')"
27 ++test_paths="$(find subversion/tests -name '*-test' ! -path '*/.libs/*' | sort)"
28 +for test in $test_paths; do
29 + test_path="$test"
30 + # Dependencies of tests are based on names of directories containing tests