log tests/run-tests.py @ 5424:005638db9d0c

age author description
Fri, 05 Oct 2007 12:42:52 -0700 Bryan O'Sullivan run-tests.py: allow a different temporary directory to be specified
Fri, 05 Oct 2007 12:17:01 -0700 Bryan O'Sullivan Allow tests to run in parallel.
Fri, 05 Oct 2007 09:30:02 -0700 Bryan O'Sullivan run-tests.py: reorder options alphabetically.
Wed, 29 Aug 2007 17:01:10 -0700 Brendan Cully Include . in PYTHONPATH (makes testing unbundled extensions easier)
Wed, 29 Aug 2007 16:50:21 -0700 Brendan Cully Make run-tests.py work when invoked outside of tests.
Mon, 27 Aug 2007 22:17:51 +0200 Patrick Mezard run-tests: append PYTHONPATH instead of overwriting it
Fri, 17 Aug 2007 22:43:38 -0300 Alexis S. L. Carvalho run-tests.py: pass --install-scripts to setup.py
Tue, 07 Aug 2007 10:24:33 +0200 Thomas Arendsen Hein Remove trailing spaces
Mon, 06 Aug 2007 14:45:43 +0200 Thomas Arendsen Hein Add message to test output if a test is aborted due to a timeout.
Sat, 14 Jul 2007 18:34:06 +0200 Patrick Mezard Add hghave utility and run-tests.py support.
Sat, 14 Jul 2007 14:01:11 +0200 Patrick Mezard run-tests: extract correct status when script terminates with exit
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho run-tests.py: set ui.slash = True
Sat, 28 Apr 2007 17:55:45 -0300 Alexis S. L. Carvalho run-tests.py: pass -L/--label to simplemerge
Mon, 16 Apr 2007 20:17:39 -0300 Alexis S. L. Carvalho change tests to use simplemerge by default
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho run-tests.py: use coverage.py with "#!/usr/bin/env python" tests
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho run-tests.py: small cleanup
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho run-tests.py: use coverage.py with *.py tests
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho run-tests.py: tell coverage.py to ignore errors
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall tests: set a default encoding for running tests (ASCII)
Wed, 08 Nov 2006 13:20:08 -0600 Matt Mackall tests: add -i switch
Wed, 08 Nov 2006 13:20:08 -0600 Matt Mackall tests: add -R switch
Wed, 08 Nov 2006 13:20:08 -0600 Matt Mackall tests: sort test list if running all tests
Mon, 09 Oct 2006 23:08:41 -0500 Matt Mackall run-tests: add --first switch to exit on first error
Mon, 09 Oct 2006 23:05:11 -0500 Matt Mackall run-tests: add --retest switch
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Tue, 22 Aug 2006 09:55:14 +0200 Thomas Arendsen Hein Clear contents of global hgrc for tests before running each test.
Thu, 27 Jul 2006 15:53:08 -0700 Vadim Gelfer run-tests.py: skip tests that should not run.
Thu, 27 Jul 2006 12:36:17 -0700 Vadim Gelfer merge with crew.
Fri, 21 Jul 2006 01:51:17 -0300 Alexis S. L. Carvalho run-tests.py: fix diff output when test-foo.out doesn't exist.