jenkins-bot has submitted this change and it was merged.

Change subject: Mark checkimages as an autorun script
......................................................................


Mark checkimages as an autorun script

Once it gets past any errors, this script does commence acting
without any further arguments.

Bug: T70613
Change-Id: Ic55cd1a398ca660db4e9de927eb5afcec6b70be1
---
M tests/script_tests.py
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  John Vandenberg: Looks good to me, but someone else must approve
  Ladsgroup: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/script_tests.py b/tests/script_tests.py
index dd44df3..d8511ff 100644
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -100,6 +100,7 @@
     'catall',
     'category_redirect',
     'cfd',
+    'checkimages',
     'clean_sandbox',
     'disambredir',
     'imagerecat',
@@ -333,12 +334,12 @@
             dct[test_name] = test_execution(script_name, ['-simulate'],
                                             no_args_expected_results)
             if script_name in ['catall',          # stdout user interaction
-                               'checkimages',     # bug 68613
                                'flickrripper',    # Requires a flickr api key
                                'script_wui',      # Error on any user except 
DrTrigonBot
                                'upload',          # raises custom ValueError
                                ] + failed_dep_script_list or (
                     (config.family == 'wikipedia' and script_name == 
'disambredir') or
+                    (config.family != 'wikidata' and script_name == 
'checkimages') or
                     (config.family == 'wikipedia' and config.mylang != 'en' 
and script_name == 'misspelling')):  # T94681
                 dct[test_name] = unittest.expectedFailure(dct[test_name])
             elif script_name in ['watchlist',     # T77965

-- 
To view, visit https://gerrit.wikimedia.org/r/203258
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic55cd1a398ca660db4e9de927eb5afcec6b70be1
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to