r50573 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50572‎ | r50573 | r50574 >
Date:00:02, 14 May 2009
Author:kim
Status:deferred
Tags:
Comment:
One more sane default (+ some stuff to test_system)
Modified paths:
  • /trunk/testing/installer/settings_handler.py (modified) (history)
  • /trunk/testing/installer/test_system.py (modified) (history)

Diff [purge]

Index: trunk/testing/installer/settings_handler.py
@@ -37,9 +37,8 @@
3838 base_scriptpath="/revisions/"
3939
4040 # where to install the toolkit
41 -toolkit_dir='/usr/local/testing'
 41+toolkit_dir=os.path.split(installerdir)[0]
4242
43 -
4443 #where check_isolation can be found
4544 isolation_create=toolkit_dir+'/check_isolation/create_and_ul.sh'
4645 isolation_test=toolkit_dir+'/check_isolation/dl_and_check.sh'
Index: trunk/testing/installer/test_system.py
@@ -8,6 +8,7 @@
99 from tags import Tags
1010
1111 try:
 12+ # this won't work if we haven't installed the extension_tester and pywikipedia
1213 import wiki_works
1314 except:
1415 pass # we'll deal with this later (in __init__).

Status & tagging log