You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by sv...@apache.org on 2022/03/29 04:00:39 UTC

svn commit: r1899333 - in /subversion/branches/1.10.x: ./ Makefile.in STATUS

Author: svn-role
Date: Tue Mar 29 04:00:39 2022
New Revision: 1899333

URL: http://svn.apache.org/viewvc?rev=1899333&view=rev
Log:
Merge r1891908 from trunk:

 * r1891908
   Fix a bug where «make davautocheck» immediately after configure failed
   hard because of an unbuilt dependency.
   Justification:
     Small fix.  Prevents spurious hard fails of 'make davautocheck'.
   Votes:
     +1: danielsh, dsahlberg, markphip

Modified:
    subversion/branches/1.10.x/   (props changed)
    subversion/branches/1.10.x/Makefile.in
    subversion/branches/1.10.x/STATUS

Propchange: subversion/branches/1.10.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1891908

Modified: subversion/branches/1.10.x/Makefile.in
URL: http://svn.apache.org/viewvc/subversion/branches/1.10.x/Makefile.in?rev=1899333&r1=1899332&r2=1899333&view=diff
==============================================================================
--- subversion/branches/1.10.x/Makefile.in (original)
+++ subversion/branches/1.10.x/Makefile.in Tue Mar 29 04:00:39 2022
@@ -617,12 +617,12 @@ check: bin @TRANSFORM_LIBTOOL_SCRIPTS@ $
 
 # First, set up Apache as documented in
 # subversion/tests/cmdline/README.
-davcheck: bin $(TEST_DEPS) @BDB_TEST_DEPS@ apache-mod
+davcheck: bin $(TEST_DEPS) @BDB_TEST_DEPS@ apache-mod mod_dontdothat
 	@$(MAKE) check BASE_URL=http://localhost
 
 # Automatically configure and run Apache httpd on a random port, and then
 # run make check.
-davautocheck: bin $(TEST_DEPS) @BDB_TEST_DEPS@ apache-mod
+davautocheck: bin $(TEST_DEPS) @BDB_TEST_DEPS@ apache-mod mod_dontdothat
 	@# Takes MODULE_PATH, USE_HTTPV1 and SVN_PATH_AUTHZ in the environment.
 	@APXS=$(APXS) MAKE=$(MAKE) $(SHELL) $(top_srcdir)/subversion/tests/cmdline/davautocheck.sh
 

Modified: subversion/branches/1.10.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.10.x/STATUS?rev=1899333&r1=1899332&r2=1899333&view=diff
==============================================================================
--- subversion/branches/1.10.x/STATUS (original)
+++ subversion/branches/1.10.x/STATUS Tue Mar 29 04:00:39 2022
@@ -31,14 +31,6 @@ Veto-blocked changes:
 Approved changes:
 =================
 
- * r1891908
-   Fix a bug where «make davautocheck» immediately after configure failed
-   hard because of an unbuilt dependency.
-   Justification:
-     Small fix.  Prevents spurious hard fails of 'make davautocheck'.
-   Votes:
-     +1: danielsh, dsahlberg, markphip
-
  * r1887704
    Follow up to r1866587, r1866588: Unbreak a msgid.
    Justification: