Author: stsp
Date: Tue Oct 31 16:22:44 2017
New Revision: 1813899
URL: http://svn.apache.org/viewvc?rev=1813899&view=rev
Log:
Follow-up to r1813897:
* build/run_tests.py
(create_parser): Fix a typo which broke 'make check'.
Modified:
subversion/trunk/build/run_tests.py
Modified: subversion/trunk/build/run_tests.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/run_tests.py?rev=1813899&r1=1813898&r2=1813899&view=diff
==============================================================================
--- subversion/trunk/build/run_tests.py (original)
+++ subversion/trunk/build/run_tests.py Tue Oct 31 16:22:44 2017
@@ -1030,7 +1030,7 @@ def create_parser():
help='Use memcached server at specified URL (FSFS only)')
parser.add_option('--fsfs-compression', action='store', type='str',
help='Set compression type (for fsfs)')
- parser.add_option('--foo-dir-deltification', action='store', type='str',
+ parser.add_option('--fsfs-dir-deltification', action='store', type='str',
help='Set directory deltification option (for fsfs)')
parser.set_defaults(set_log_level=None)