From 562e00fa1bbd2177bae7b05d416e0a25de2ccdfd Mon Sep 17 00:00:00 2001 From: Armando Migliaccio Date: Wed, 13 Sep 2017 13:50:54 -0700 Subject: [PATCH] Use shim tool for ostestr So that individual tests can be run using the old syntax. Change-Id: Ibe2ce7f88e7fb97d74968f98b6bc047fcd91972b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a00c2eb7b..931bf3b0c 100644 --- a/tox.ini +++ b/tox.ini @@ -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.