Update tox

Call script as arg to bash in case shebang fails

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: If0adef0715ebf2071079adbc02dee66e34143603
This commit is contained in:
Ron Stone 2022-11-22 14:58:55 -05:00
parent eede94e45d
commit d9a46355d1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ deps =
-r{toxinidir}/doc/requirements.txt
commands =
git clean -dfx doc/source/fault-mgmt/
./get-remote-files.sh -c templates/events.sh -o file -f
bash ./get-remote-files.sh -c templates/events.sh -o file -f
python3 parser.py -l templates/alarms_template.rst -e tmp/events.yaml -s 100,200,300,400,500,750,800,900 -ts = -type Alarm -outputPath doc/source/fault-mgmt/kubernetes/ -sort Yes -product starlingx -replace "|,OR"
python3 parser.py -l templates/logs_template.rst -e tmp/events.yaml -s 100,200,300,400,500,750,800,900 -ts = -type Log -outputPath doc/source/fault-mgmt/kubernetes/ -sort Yes -product starlingx -replace "|,OR"
python3 parser.py -l templates/alarms_template.rst -e tmp/events.yaml -s 100,200,300,400,500,750,800,900 -ts = -type Alarm -outputPath doc/source/fault-mgmt/openstack/ -sort Yes -product openstack -replace "|,OR"