Created
October 15, 2014 21:20
-
-
Save nelsnelson/52df3b605c3c70e18c9c 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 | |
py27 create: /home/nels.nelson/src/nova/.tox/py27 | |
py27 installdeps: -r/home/nels.nelson/src/nova/requirements.txt, -r/home/nels.nelson/src/nova/test-requirements.txt | |
py27 develop-inst: /home/nels.nelson/src/nova | |
py27 runtests: commands[0] | find . -type f -name *.pyc -delete | |
py27 runtests: commands[1] | bash tools/pretty_tox.sh | |
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 | |
Non-zero exit code (2) from test listing. | |
error: testr failed (3) | |
--- import errors --- | |
nova.tests.compute.test_compute_utils | |
====== | |
Totals | |
====== | |
Run: 0 in 0.0 sec. | |
- Passed: 0 | |
- Skipped: 0 | |
- Failed: 0 | |
ERROR: InvocationError: '/bin/bash tools/pretty_tox.sh ' | |
________________________________________________________________________________________________ summary _________________________________________________________________________________________________ | |
ERROR: py27: commands failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment