Use shim tool for ostestr

So that individual tests can be run using the old syntax.

Change-Id: Ibe2ce7f88e7fb97d74968f98b6bc047fcd91972b
This commit is contained in:
Armando Migliaccio 2017-09-13 13:50:54 -07:00
parent 6723081333
commit 562e00fa1b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ whitelist_externals = sh find
commands =
find . -type f -name "*.py[c|o]" -delete
find . -type d -name "__pycache__" -delete
ostestr '{posargs}'
{toxinidir}/tools/ostestr_compat_shim.sh {posargs}
# there is also secret magic in ostestr which lets you run in a fail only
# mode. To do this define the TRACE_FAILONLY environmental variable.