source:
trunk/anuga_core/validation_tests/utilities.py
@
8587
Last change on this file since 8587 was 8587, checked in by steve, 12 years ago | |
---|---|
File size: 259 bytes |
Rev | Line | |
---|---|---|
[8529] | 1 | #! /usr/bin/python |
2 | ||
3 | ||
4 | __author__="stephen" | |
5 | __date__ ="$20/08/2012 11:20:00 PM$" | |
6 | ||
7 | ||
8 | def run_validation_script(script): | |
9 | from fabricate import run | |
10 | from validation_tests.parameters import alg,cfl | |
11 | run('python', script, '-alg', alg, '-cfl', cfl) | |
12 | ||
13 | ||
14 | ||
15 |
Note: See TracBrowser
for help on using the repository browser.