You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2022/11/23 14:12:05 UTC

svn commit: r1905492 - /subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/basic_tests.py

Author: kotkov
Date: Wed Nov 23 14:12:05 2022
New Revision: 1905492

URL: http://svn.apache.org/viewvc?rev=1905492&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch:

* subversion/tests/cmdline/basic_tests.py
  (basic_auth_test): Explicitly pass options.store_pristine in this test,
   similarly to what we already do with options.wc_format_version.

Modified:
    subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/basic_tests.py

Modified: subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/basic_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/basic_tests.py?rev=1905492&r1=1905491&r2=1905492&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/basic_tests.py (original)
+++ subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/basic_tests.py Wed Nov 23 14:12:05 2022
@@ -2546,6 +2546,9 @@ def basic_auth_test(sbox):
   if svntest.main.options.wc_format_version:
     common_opts += ('--compatible-version',
                     svntest.main.options.wc_format_version)
+  if svntest.main.options.store_pristine:
+    common_opts += ('--store-pristine',
+                    svntest.main.options.store_pristine)
 
   # Checkout with jrandom
   exit_code, output, errput = svntest.main.run_command(