|
|
@ -19,7 +19,7 @@ from optparse import OptionParser |
|
|
|
|
|
|
|
|
|
|
|
parser = OptionParser() |
|
|
|
parser = OptionParser() |
|
|
|
parser.add_option('--wrapper', default=None, dest='wrapper', |
|
|
|
parser.add_option('--wrapper', default=None, dest='wrapper', |
|
|
|
help='wrapper to run tests with (e.g. valgrind') |
|
|
|
help='wrapper to run tests with (e.g. valgrind)') |
|
|
|
|
|
|
|
|
|
|
|
def write_log(logfile, test_name, result_str, stdo, stde): |
|
|
|
def write_log(logfile, test_name, result_str, stdo, stde): |
|
|
|
logfile.write(result_str + '\n\n') |
|
|
|
logfile.write(result_str + '\n\n') |
|
|
|