Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vasild committed Oct 27, 2023
1 parent 1bc0914 commit ebe1bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test/06_script_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
LD_LIBRARY_PATH="${DEPENDS_DIR}/${HOST}/lib" \
"${BASE_OUTDIR}/bin/test_bitcoin" --catch_system_errors=no -l test_suite -- DEBUG_LOG_OUT > "${LOG}" 2>&1 ; then

echo "test_bitcoin failed"
# Find all lines that match 'error: in "test_suite/test_case"' and extract test_suite and test_case from them.
sed -E -n 's|.*error: in "(.+)/(.+)":.*|\1 \2|p' < "${LOG}" | while read test_suite test_case ; do
# Seek to the line matching "Entering test suite" and below that print the lines between
Expand Down

0 comments on commit ebe1bee

Please sign in to comment.