Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Fix script_tests on Appveyor

Change-Id: I5d8f83442f55a556daf137718a1733668e0240af
---
M tests/script_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)

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


To view, visit change 770083. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5d8f83442f55a556daf137718a1733668e0240af
Gerrit-Change-Number: 770083
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged