You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
404 B
8 lines
404 B
[DEFAULT] |
|
test_command= |
|
PYTHON=$(echo ${PYTHON:-python} | sed 's/--source heat//g') |
|
START_AT=${TESTR_START_DIR:-.} |
|
${PYTHON} -m subunit.run discover -s $START_AT -t . $LISTOPT $IDOPTION |
|
if [ "$START_AT" = "." ]; then for plugin in $START_AT/contrib/*; do ${PYTHON} -m subunit.run discover -s $plugin $LISTOPT $IDOPTION; done; fi |
|
test_id_option=--load-list $IDFILE |
|
test_list_option=--list
|
|
|