Index: trunk/testing/installer/settings_handler.py |
— | — | @@ -37,9 +37,8 @@ |
38 | 38 | base_scriptpath="/revisions/" |
39 | 39 | |
40 | 40 | # where to install the toolkit |
41 | | -toolkit_dir='/usr/local/testing' |
| 41 | +toolkit_dir=os.path.split(installerdir)[0] |
42 | 42 | |
43 | | - |
44 | 43 | #where check_isolation can be found |
45 | 44 | isolation_create=toolkit_dir+'/check_isolation/create_and_ul.sh' |
46 | 45 | isolation_test=toolkit_dir+'/check_isolation/dl_and_check.sh' |
Index: trunk/testing/installer/test_system.py |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | from tags import Tags |
10 | 10 | |
11 | 11 | try: |
| 12 | + # this won't work if we haven't installed the extension_tester and pywikipedia |
12 | 13 | import wiki_works |
13 | 14 | except: |
14 | 15 | pass # we'll deal with this later (in __init__). |