Hello Bruce,
thank you for the report!

> 92% tests passed, 28 tests failed out of 353

Not too bad, yet there seems to be room improvement :)

> The python support is broken (running ledger python gives a segfault) so
> I'm not surprised by the _py test failures

Which Python version do you use?
Currently only Python 2.x is supported.

Can you provide a stacktrace?
It would be interesting to see what is going on.

> How do I run individual tests to investigate further?

To run individual tests use:
% ctest --output-on-failure -R ${REGEX_FOR_TESTS_TO_RUN_HERE}

To see which tests would be run add the -N flag, e.g.:
% ctest --output-on-failure -R BaselineTest_feat -N
Test project /Volumes/Users/afh/src/ledger/build
  Test #52: BaselineTest_feat-annotations
  Test #53: BaselineTest_feat-balance-assignments
  Test #54: BaselineTest_feat-balance_assert-off
  Test #55: BaselineTest_feat-balance_assert
  Test #56: BaselineTest_feat-balance_assert_split
  Test #57: BaselineTest_feat-check
  Test #58: BaselineTest_feat-convert-with-directives
  Test #59: BaselineTest_feat-fixated-prices
  Test #60: BaselineTest_feat-import_py
  Test #61: BaselineTest_feat-option_py
  Test #62: BaselineTest_feat-value-expr
  Test #63: BaselineTest_feat-value_py

Total Tests: 12


Alexis

-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to