Last change
on this file since 8548 was
8529,
checked in by steve, 13 years ago
|
Looks like the produce_results.py scripts are running with
fabricate
|
File size:
350 bytes
|
Line | |
---|
1 | #! /usr/bin/python |
---|
2 | |
---|
3 | # To change this template, choose Tools | Templates |
---|
4 | # and open the template in the editor. |
---|
5 | |
---|
6 | __author__="stephen" |
---|
7 | __date__ ="$20/08/2012 11:20:00 PM$" |
---|
8 | |
---|
9 | |
---|
10 | def run_validation_script(script): |
---|
11 | from fabricate import run |
---|
12 | from validation_tests.parameters import alg,cfl |
---|
13 | run('python', script, '-alg', alg, '-cfl', cfl) |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.