diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-31 11:10:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-31 11:10:43 +0100 |
commit | f9027d7b05e60d2a83e4dd541a863d327e6c3369 (patch) | |
tree | e46610786a6df9773adc7cb10bf3533ed9ff958e /contrib | |
parent | 41408d9b419fc8e5deb2d3e4f44622b3fa97d0ba (diff) |
add target
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/ci/jobs/2-test/test.sh | 2 | ||||
m--------- | contrib/wallet-core | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh index 0c02085f..fd2e15cd 100755 --- a/contrib/ci/jobs/2-test/test.sh +++ b/contrib/ci/jobs/2-test/test.sh @@ -29,7 +29,7 @@ print_logs() for FAILURE in $(grep '^FAIL:' ${i} | cut -d' ' -f2) do echo "Printing ${FAILURE}.log" - tail "$(dirname $i)/${FAILURE}.log" + cat "$(dirname $i)/${FAILURE}.log" done done } diff --git a/contrib/wallet-core b/contrib/wallet-core -Subproject a17a7a51dd50e2f508b078b9aada038fe124ff9 +Subproject a4c3a207f296ee3b6c2971fe5a27f4c42126fa2 |