Ignore:
Timestamp:
Mar 12, 2010, 10:00:17 AM (14 years ago)
Author:
gray
Message:

remove prompt in acceptance tests

File:
1 edited

Legend:

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

    r7660 r7662  
    11#!/bin/env python
    22
    3 '''Run all acceptance tests in order.'''
     3"""Run all acceptance tests in order."""
    44
    55import os
     
    2121         'test_latency_bandwidth.py',
    2222         'test_test_pypar.py',
     23         'test_validation_anuga.py'
    2324        ]
    24 
    2525
    2626if __name__ == '__main__':
     
    7474    print 'EQRMPATH=%s' % EQRMPATH
    7575    print ''
    76     res = raw_input('This test will run with the above environment variables, OK? ')
    77     if len(res) == 0 or res[0].upper() != 'Y':
    78         sys.exit(10)
    79     print ''
     76#     res = raw_input('This test will run with the above environment variables, OK? ')
     77#     if len(res) == 0 or res[0].upper() != 'Y':
     78#         sys.exit(10)
     79#     print ''
    8080
    8181    # put header on log
Note: See TracChangeset for help on using the changeset viewer.