Merge "Add ability to select specific tests for py34"
This commit is contained in:
commit
d68acca919
9
tools/pretty_tox3.sh
Executable file
9
tools/pretty_tox3.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user