-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
The CI is set up so that on test failure, the test is rerun under a debugger with backtrace at the error (
stellar-core/src/test/run-selftest-nopg
Line 22 in c2f5140
| lldb -o 'r' -o 'bt' -o 'exit' -- ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE "$TESTS" |
stellar-core/src/test/run-selftest-pg
Line 115 in c2f5140
| lldb -o 'r' -o 'bt' -o 'exit' -- ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE "$TESTS" |