Merge "Change the tox targtes to match naming"

This commit is contained in:
Jenkins 2015-08-13 19:55:25 +00:00 committed by Gerrit Code Review
commit 9c40022d6c

View File

@ -42,7 +42,7 @@ commands =
sudo -g docker testr run ^(test_images).* sudo -g docker testr run ^(test_images).*
bash -c "if [ -f buildconf.bak ]; then mv buildconf.bak .buildconf; fi" bash -c "if [ -f buildconf.bak ]; then mv buildconf.bak .buildconf; fi"
[testenv:images-centos-rdo] [testenv:images-centos-binary]
whitelist_externals = find whitelist_externals = find
bash bash
sudo sudo
@ -51,7 +51,7 @@ commands =
bash -c "if [ ! -d .testrepository ]; then testr init; fi" bash -c "if [ ! -d .testrepository ]; then testr init; fi"
sudo -g docker testr run ^(test_build).* sudo -g docker testr run ^(test_build).*
[testenv:images-centos-src] [testenv:images-centos-source]
whitelist_externals = find whitelist_externals = find
bash bash
sudo sudo