Merge "Add ability to select specific tests for py34"

This commit is contained in:
Jenkins
2016年06月29日 16:31:22 +00:00
committed by Gerrit Code Review

9
tools/pretty_tox3.sh Executable file
View File

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

View File

@@ -35,7 +35,7 @@ commands =
setenv = {[testenv]setenv}
commands =
find . -type f -name "*.pyc" -delete
ostestr --blacklist_file tests-py3.txt
bash tools/pretty_tox3.sh '{posargs}'
[testenv:functional]
usedevelop = True
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.