source:
tools/demos/run_flood_test_multiple.py
@
3517
Last change on this file since 3517 was 3517, checked in by ole, 17 years ago | |
---|---|
File size: 222 bytes |
Line | |
---|---|
1 | """Run test_flood_database.py multiple times |
2 | |
3 | Start 10 background processes running the test. |
4 | |
5 | UNIX only |
6 | |
7 | Ole Nielsen, RAMP 2006 |
8 | x9048 |
9 | |
10 | """ |
11 | |
12 | import os |
13 | |
14 | for i in range(100): |
15 | os.system('python test_flood_database.py &') |
Note: See TracBrowser
for help on using the repository browser.