jenkins-bot has submitted this change and it was merged. Change subject: Fix 'Disable pwb_tests to prevent Travis build failures' ......................................................................
Fix 'Disable pwb_tests to prevent Travis build failures' Now with actual closing bracket. Change-Id: Ic8522e1f08c359fff4085c172e696e62ca969a70 Fixes-Change-Id: Iaeaaf1b34d3e2bcacf8308d2c3b74bd8f711ec6a --- M tests/pwb_tests.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/pwb_tests.py b/tests/pwb_tests.py index af44203..5a97483 100644 --- a/tests/pwb_tests.py +++ b/tests/pwb_tests.py @@ -22,7 +22,7 @@ Probably the shelling out causes an issue, but we have to investigate this. See https://gerrit.wikimedia.org/r/#/c/76486/ and - https://gerrit.wikimedia.org/r/#/c/82370/ for details. """ + https://gerrit.wikimedia.org/r/#/c/82370/ for details. """) def testScriptEnvironment(self): """Make sure the environment is not contaminated, and is the same as the environment we get when directly running a script.""" -- To view, visit https://gerrit.wikimedia.org/r/82422 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic8522e1f08c359fff4085c172e696e62ca969a70 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Merlijn van Deen <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Merlijn van Deen <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
