]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Fix misspelled option in output.
authorBruno Haible <bruno@clisp.org>
Fri, 12 Apr 2024 13:51:28 +0000 (15:51 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 12 Apr 2024 13:51:28 +0000 (15:51 +0200)
* pygnulib/GLImport.py (GLImport.actioncmd): Fix typo.

ChangeLog
pygnulib/GLImport.py

index 5242e3a9824657025f40ceea22f795268c29a38f..5c3bb864bedbf2adfe1032b39624d2a61d3fde02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-12  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool.py: Fix misspelled option in output.
+       * pygnulib/GLImport.py (GLImport.actioncmd): Fix typo.
+
 2024-04-12  Bruno Haible  <bruno@clisp.org>
 
        gnulib-tool.py: Persist the --with-longrunning-tests option.
index 903bd2e581a69a2c686261c494fa3e1066f1fbd3..8a576c2fb139aa9077198840cf1f7b4c37a46e48 100644 (file)
@@ -427,7 +427,7 @@ class GLImport:
         if self.config.checkInclTestCategory(TESTS['longrunning-test']):
             actioncmd += ' \\\n#  --with-longrunning-tests'
         if self.config.checkInclTestCategory(TESTS['privileged-test']):
-            actioncmd += ' \\\n#  --with-privileged-test'
+            actioncmd += ' \\\n#  --with-privileged-tests'
         if self.config.checkInclTestCategory(TESTS['unportable-test']):
             actioncmd += ' \\\n#  --with-unportable-tests'
         if self.config.checkInclTestCategory(TESTS['all-test']):