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

Petar picked up an error with output with verbose when
using fit

File size: 259 bytes
RevLine 
[8529]1#! /usr/bin/python
2
3
4__author__="stephen"
5__date__ ="$20/08/2012 11:20:00 PM$"
6
7
8def 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.