~openstack-charmers-archive/charms/precise/keystone/trunk

« back to all changes in this revision

Viewing changes to .testr.conf

  • Committer: Liam Young
  • Date: 2016-01-28 09:03:47 UTC
  • Revision ID: liam.young@canonical.com-20160128090347-a4bdi0hrpcg7448t
16.01 Charm release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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} \
 
5
             ${PYTHON:-python} -m subunit.run discover -t ./ ./unit_tests $LISTOPT $IDOPTION
 
6
 
 
7
test_id_option=--load-list $IDFILE
 
8
test_list_option=--list