Files
6cf0e9e213e40b04f1f2ee310ef1711cd7c76eb1
nova /tools /pretty_tox3.sh
Jens Rosenboom 0196f4676e Add ability to select specific tests for py34
For py27 you can simply run specific tests by calling
 tox -e py27 nova.tests.unit.test_something
Add a similiar option for the py34 environment. This will skip the
blacklist of tests that would otherwise be ignored for python3.
Change-Id: I9bf5901afed4abf592e1aaff2f4820b9e3abc671
2016年06月28日 05:24:48 +02:00

10 lines
143 B
Bash
Executable File

#!/usr/bin/env bash
TESTRARGS=1ドル
if [ -z "$TESTRARGS" ]; then
ostestr --blacklist_file tests-py3.txt
else
ostestr -r "$TESTRARGS"
fi