]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: change test_runner to invoke "bin/tahoe" in a subprocess instead of executing...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 22 Jan 2009 22:38:18 +0000 (15:38 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 22 Jan 2009 22:38:18 +0000 (15:38 -0700)
commit210da5cd9a7e7c4627ccaff1078a1249fd6963c5
treeb6b98b04cd117683100aeceda7f9fd59a7a19fb3
parentfafdd2ce59d0f243f6979a88e645113007b92dd8
setup: change test_runner to invoke "bin/tahoe" in a subprocess instead of executing runner.runner()
This is necessary because loading allmydata code now depends on PYTHONPATH manipulation which is done in the "bin/tahoe" script.  Unfortunately it makes test_runner slower since it launches and waits for many subprocesses.
src/allmydata/test/test_runner.py