Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/770083 )
Change subject: [tests] Fix script_tests on Appveyor ......................................................................
[tests] Fix script_tests on Appveyor
Change-Id: I5d8f83442f55a556daf137718a1733668e0240af --- M tests/script_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/tests/script_tests.py b/tests/script_tests.py index ee616db..66927c7 100644 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -438,7 +438,7 @@ ]
_arguments = '-simulate -page:Foo -always' - _results = ("Working on 'Foo'", 'Script terminated successfully') + _results = ("Working on 'Foo", 'Script terminated successfully') _skip_results = {} _timeout = True
pywikibot-commits@lists.wikimedia.org