This is just the test.py change, not the full checkin of cvs2svn.
PTAL
Otherwise, LGTM http://codereview.appspot.com/88081/diff/1/2 File test.py (right): http://codereview.appspot.com/88081/diff/1/2#newcode159 Line 159: return CheckReturnCode([sys.executable, "-E", "run-tests.py", "-v"]) We probably want to print the output on failure.
http://codereview.appspot.com/88081/diff/1/2 File test.py (right): http://codereview.appspot.com/88081/diff/1/2#newcode159 Line 159: return CheckReturnCode([sys.executable, "-E", "run-tests.py", "-v"]) On 2009/07/03 05:25:35, Jeffrey Yasskin wrote: > We probably want to print the output on failure. Yep, CallAndCaptureOutput() already does that.