summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pretty_tox3.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/pretty_tox3.sh b/tools/pretty_tox3.sh
new file mode 100755
index 0000000000..396968111c
--- /dev/null
+++ b/tools/pretty_tox3.sh
@@ -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