log tests/run-tests.py @ 2354:16276b1c0658

age author description
Thu, 11 May 2006 14:06:18 +0200 Benoit Boissinot catch KeyboardInterrupt in run-tests
Wed, 10 May 2006 10:31:22 -0700 Vadim Gelfer run-tests.py: fix handling of newlines.
Wed, 10 May 2006 10:07:53 -0700 Vadim Gelfer run-tests.py: print diff if reference output not existing.
Fri, 05 May 2006 10:41:38 -0700 Vadim Gelfer run-tests.py must print changed test output no matter what exit code is.
Wed, 03 May 2006 10:45:20 +0200 Thomas Arendsen Hein Always clean the build directory before installing for running the tests.
Thu, 27 Apr 2006 22:01:57 -0700 Vadim Gelfer run-tests.py: remove trailing white space
Thu, 27 Apr 2006 22:01:28 -0700 Vadim Gelfer make indentation of coverage code in run-tests.py nicer.
Thu, 27 Apr 2006 21:59:44 -0700 Stephen Darnell Add code coverage to the python version of run-tests (inc. annotation)
Wed, 26 Apr 2006 16:54:07 +0200 Stephen Darnell Tidyups for run-tests.py inc. try/finally cleanup and allow tests to be specified on command line
Fri, 21 Apr 2006 18:47:55 +0200 Stephen Darnell Add a pure python version of run-tests.