Xqt submitted this change.
[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.