Changeset 7667


Ignore:
Timestamp:
Mar 19, 2010, 9:39:25 AM (15 years ago)
Author:
gray
Message:

minor modifications in acceptance testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified misc/tools/acceptance_tests/test_all.py

    r7662 r7667  
    11#!/bin/env python
    22
    3 """Run all acceptance tests in order."""
     3"""Run all acceptance tests in order.
     4
     5Currently runing with;
     6python test_all.py cyclone_log_short2.asc *> cyclone_log_long2.asc
     7
     8To capture the output.  EQRM unit test info is going to screen.
     9Do not know why.
     10
     11"""
    412
    513import os
     
    1018
    1119# 'test_inter_latency.py' - not needed
     20# 'test_validation_anuga.py' - This might take days apparently.
     21# Not the test for us.
    1222
    1323# the test files, in desired order
     
    2030         'test_quadrature_parallel_interleaved.py',
    2131         'test_latency_bandwidth.py',
    22          'test_test_pypar.py',
    23          'test_validation_anuga.py'
     32         'test_test_pypar.py'
    2433        ]
    25 
     34#Tests += ['test_more_python_packages.py']
    2635if __name__ == '__main__':
    2736    home_directory = os.getcwd()
Note: See TracChangeset for help on using the changeset viewer.