Joshua Hesketh | a6e26f5 | 2013-07-29 11:51:20 +1000 | [diff] [blame] | 1 | [DEFAULT] |
| 2 | test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ |
| 3 | OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ |
| 4 | OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ |
Joshua Hesketh | 01c2ef0 | 2013-08-12 10:40:27 +1000 | [diff] [blame] | 5 | ${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION |
Joshua Hesketh | a6e26f5 | 2013-07-29 11:51:20 +1000 | [diff] [blame] | 6 | |
| 7 | test_id_option=--load-list $IDFILE |
| 8 | test_list_option=--list |
Joshua Hesketh | 5cd8ea3 | 2014-03-27 15:28:00 +1100 | [diff] [blame^] | 9 | test_run_concurrency=echo 1 |