Last change
on this file since 4522 was
4419,
checked in by duncan, 18 years ago
|
modify run_compile_test_all.py to run a verbose test all as well
|
File size:
294 bytes
|
Line | |
---|
1 | |
---|
2 | import os, sys |
---|
3 | |
---|
4 | execfile('compile_all.py') |
---|
5 | |
---|
6 | buildroot = os.getcwd() |
---|
7 | |
---|
8 | os.chdir('source') |
---|
9 | os.chdir('anuga') |
---|
10 | |
---|
11 | print 'Changing to', os.getcwd() #This is now different from buildroot |
---|
12 | |
---|
13 | print "Test verbose " |
---|
14 | os.system("python test_all.py v") |
---|
15 | |
---|
16 | execfile('test_all.py') |
---|
17 | |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.