From f5c839ee3e42b043a2a0e6524091e862e579f292 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 23 Jul 2022 15:55:32 -0500 Subject: [PATCH] Subversion: Move tests for javahl bindings to after the installation. --- general/prog/subversion.xml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/general/prog/subversion.xml b/general/prog/subversion.xml index 519f61b0d5..c88ca9cacc 100644 --- a/general/prog/subversion.xml +++ b/general/prog/subversion.xml @@ -237,20 +237,6 @@ make update_tests.py suites are known to fail. - - To test the results of the Java bindings build, - issue LANG=C make check-javahl. - - - To test the results of any of the SWIG bindings, you can use any of the following commands: @@ -291,6 +277,21 @@ cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;make install-swig-rb + + The java bindings need to be installed in order for the tests to run, + since the tests attempt to look for them in CLASSPATH. To test the + results of the Java bindings build, issue + LANG=C make check-javahl. + +