Created
November 20, 2014 20:17
-
-
Save nelsnelson/c2959a5cae4680ad1ee7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tox -epy27 -- nova.tests.virt.libvirt.libvirt_driver | |
py27 develop-inst-nodeps: /home/nels.nelson/src/nova | |
py27 runtests: commands[0] | find . -type f -name *.pyc -delete | |
WARNING:test command found but not installed in testenv | |
cmd: /usr/bin/find | |
env: /home/nels.nelson/src/nova/.tox/py27 | |
Maybe forgot to specify a dependency? | |
py27 runtests: commands[1] | bash tools/pretty_tox.sh nova.tests.virt.libvirt.libvirt_driver | |
WARNING:test command found but not installed in testenv | |
cmd: /bin/bash | |
env: /home/nels.nelson/src/nova/.tox/py27 | |
Maybe forgot to specify a dependency? | |
running testr | |
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | |
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | |
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \ | |
${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --list | |
Slowest Tests | |
====== | |
Totals | |
====== | |
Run: 0 in 0.0 sec. | |
- Passed: 0 | |
- Skipped: 0 | |
- Failed: 0 | |
________________________________________________________________________________________________ summary _________________________________________________________________________________________________ | |
py27: commands succeeded | |
congratulations :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment