# HG changeset patch # User Jeff Hammel # Date 1330659610 28800 # Node ID cf03c3f2f98ef09130ebd21206d9a53ffd1390a3 # Parent a2ba66be2e311cb1821b697004fb61c4b27888ef this one fails too; something is rotten in the state of virtualenv diff -r a2ba66be2e31 -r cf03c3f2f98e tests/test_ttw.txt --- a/tests/test_ttw.txt Thu Mar 01 19:36:02 2012 -0800 +++ b/tests/test_ttw.txt Thu Mar 01 19:40:10 2012 -0800 @@ -61,6 +61,9 @@ >>> tmpdir = tempfile.mkdtemp() >>> venv = create_virtualenv(tmpdir) + >>> code = subprocess.call([venv.python, '-c', 'import helloworld']) + >>> code + 1 >>> shutil.rmtree(tmpdir) Shut down the server::