Fix path to generate-labs script in tox.ini

Using tox to build the master tar ball and zip file fails because
tox.ini contains the wrong file name.

This patch sets the correct name, generate-labs in tox.ini.

Change-Id: I6c8949683f56ffd1887fbd33e9a441afabfc9024
This commit is contained in:
Roger Luethi 2016-08-14 15:21:09 +02:00
parent e377a332c4
commit e66208e795

View File

@ -49,7 +49,7 @@ commands =
# Generate required tar-balls
commands =
mkdir -p {toxinidir}/build
bash {toxinidir}/tools/generatelabs.sh master
bash {toxinidir}/tools/generate-labs master
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if