>From afh:
> There are different ways of running the DocTests:
> --> python test/DocTests.py -vv --ledger ${PATH_TO}/ledger --file 
${PATH_TO}/doc/ledger3.texi
> --> ctest --output-on-failure -R DocTests (which just runs the above 
command for you)

 
On my system (debian wheezy), on branch master, the two commands do not 
produce the same output. Any idea someone? I also get the failure when I do 
"make check"


~/dev/ledger$ python test/DocTests.py -l ./ledger -f doc/ledger3.texi
...............................................................................................................................................................................

~/dev/ledger$ python test/DocTests.py -vv --ledger ./ledger --file 
./doc/ledger3.texi | grep 82150D9
82150D9 : Passed

~/dev/ledger$ ctest --output-on-failure -R DocTests
Test project /home/thierry/dev/ledger
Start 1: DocTestsTest_ledger
1/3 Test #1: DocTestsTest_ledger .............. Passed 0.14 sec
Start 2: DocTestsTest_ledger-mode
2/3 Test #2: DocTestsTest_ledger-mode ......... Passed 0.06 sec
Start 3: DocTestsTest_ledger3
3/3 Test #3: DocTestsTest_ledger3 .............***Failed 4.94 sec
..................................................................................................................E............................................................

The following examples failed:
82150D9

67% tests passed, 1 tests failed out of 3

Total Test time (real) = 5.17 sec

The following tests FAILED:
3 - DocTestsTest_ledger3 (Failed)
Errors while running CTest

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to