log

age author description
Tue, 22 Apr 2014 12:35:18 -0700 Gregory Szorc run-tests: remove global abort flag
Thu, 08 May 2014 16:50:22 -0700 Durham Goode merge: add conflict marker formatter (BC)
Tue, 22 Apr 2014 12:20:10 -0700 Gregory Szorc run-tests: remove options from Test.__init__
Tue, 22 Apr 2014 12:17:23 -0700 Gregory Szorc run-tests: move shell to Test.__init__
Tue, 22 Apr 2014 12:15:55 -0700 Gregory Szorc run-tests: move py3kwarnings to Test.__init__
Tue, 22 Apr 2014 12:13:40 -0700 Gregory Szorc run-tests: move extra config options to Test.__init__
Tue, 22 Apr 2014 12:10:25 -0700 Gregory Szorc run-tests: refactor port number declaration
Tue, 22 Apr 2014 12:04:15 -0700 Gregory Szorc run-tests: move timeout into Test.__init__
Tue, 22 Apr 2014 12:01:31 -0700 Gregory Szorc run-tests: move interactive to Test.__init__
Tue, 22 Apr 2014 11:58:32 -0700 Gregory Szorc run-tests: move diff options into arguments of Test.__init__
Tue, 22 Apr 2014 11:44:34 -0700 Gregory Szorc run-tests: move debug into an argument to Test.__init__
Tue, 22 Apr 2014 11:41:10 -0700 Gregory Szorc run-tests: factor options.keep_tmpdir into an argument to Test.__init__
Tue, 22 Apr 2014 12:29:33 -0700 Gregory Szorc run-tests: remove redundant test name filter
Tue, 22 Apr 2014 11:38:14 -0700 Gregory Szorc run-tests: move test filtering into TestSuite.run()
Tue, 22 Apr 2014 10:13:41 -0700 Gregory Szorc run-tests: no longer pass a TestRunner into Test.__init__