r37965 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37964‎ | r37965 | r37966 >
Date:17:51, 23 July 2008
Author:tstarling
Status:old
Tags:
Comment:
Less noisy svn commands. Added 1.13.
Modified paths:
  • /trunk/release-tools/upgradeTest.py (modified) (history)

Diff [purge]

Index: trunk/release-tools/upgradeTest.py
@@ -84,9 +84,9 @@
8585
8686 def svnCheckout(branch):
8787 if os.path.exists(branch):
88 - runCommand("cd %s/phase3 && svn up" % branch)
 88+ runCommand("cd %s/phase3 && svn up -q" % branch)
8989 else:
90 - runCommand("svn co http://svn.wikimedia.org/svnroot/mediawiki/%s/phase3 %s/phase3" % (branch, branch))
 90+ runCommand("svn co -q http://svn.wikimedia.org/svnroot/mediawiki/%s/phase3 %s/phase3" % (branch, branch))
9191
9292
9393 def testUpgrade(dbname, branch):
@@ -108,6 +108,7 @@
109109
110110 #dropDatabase(dbname)
111111
 112+testUpgrade("uptest113", "branches/REL1_13")
112113 testUpgrade("uptest112", "branches/REL1_12")
113114 testUpgrade("uptest111", "branches/REL1_11")
114115 testUpgrade("uptest110", "branches/REL1_10")

Status & tagging log