Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662993 )

Change subject: [tests] Fix shell script
......................................................................

[tests] Fix shell script

Change-Id: I552c055787c64b438bc85ff7821dc199899b730e
---
M appveyor_install.ps1
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/appveyor_install.ps1 b/appveyor_install.ps1
index 785edfe..f1519cf 100644
--- a/appveyor_install.ps1
+++ b/appveyor_install.ps1
@@ -158,7 +158,7 @@


 function main () {
-       if ($env:PYTHON_VERSION=="3.5.0") {
+       if ($env:PYTHON_VERSION -eq "3.5.0") {
                InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
     }
 }

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662993
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I552c055787c64b438bc85ff7821dc199899b730e
Gerrit-Change-Number: 662993
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to