Commit graph

20 commits

Author SHA1 Message Date
Evan Mallory
0e691e76db Fix test harness to work with msys2
With this change, 97% of the tests pass. See the build on appveyor for more info: https://ci.appveyor.com/project/Evan/ledger/build/build-49

I'll follow up with another PR to fix some of the remaining broken tests
2016-09-23 08:14:30 -04:00
John Wiegley
fe810fa13f Revert "Fix tests when running under Jenkins"
This reverts commit 7183dabc84.
2013-06-08 19:00:04 -05:00
John Wiegley
7183dabc84 Fix tests when running under Jenkins 2013-06-08 18:55:14 -05:00
Johann Klähn
9a2f440496 provide immediate feedback in test runner 2012-10-22 10:11:56 +02:00
John Wiegley
a910549ca9 Fixes so that tests can run under distcheck 2012-04-25 03:09:56 -05:00
John Wiegley
ee641f353c Resolve some issues with proof builds 2012-04-15 01:17:01 -05:00
John Wiegley
1240ce24b3 Passing --verify to regression tests uses valgrind 2012-03-17 16:47:33 -05:00
John Wiegley
c813eafbd8 Display file name when a regression test fails 2012-03-09 03:57:30 -06:00
John Wiegley
f6c087cfe4 Added a new 'python' directive 2012-03-01 17:32:51 -06:00
John Wiegley
06cb20aaa8 Simplify test for GuardMalloc 2012-02-17 15:18:20 -06:00
John Wiegley
6257e6b4ba Remove spurious false errors when using GuardMalloc 2011-03-28 01:52:27 -04:00
John Wiegley
fa263e729c Tests run in parallel with using acprep -jX make
This is done using the multiprocessing library in Python 2.6.  If that's
unavailable, this feature does nothing.
2010-06-15 01:49:18 -04:00
John Wiegley
f68b4d0f0f Remove redundant code in LedgerHarness.py 2010-06-02 05:03:51 -04:00
John Wiegley
5e1886b147 Only --args-only is needed in LedgerHarness.py 2009-11-02 04:41:32 -05:00
John Wiegley
95e08cc46f Make the source directory available to all tests 2009-11-02 00:48:32 -05:00
John Wiegley
55f5868380 Setting --date-format in ~/.ledgerrc works again 2009-10-29 00:52:51 -04:00
John Wiegley
65e8eca6cf The test harness needs to run without the pager 2009-10-28 02:30:51 -04:00
John Wiegley
16dbd019bc Colorization at the terminal now on by default 2009-10-28 02:13:54 -04:00
John Wiegley
1ee237d1a1 Disabled some tests, which were running too slowly 2009-03-08 00:48:56 -04:00
John Wiegley
4d632903c1 Added LedgerHarness.py, to simplify test creation 2009-02-28 05:37:49 -04:00