From ff4caa0ce2d7567ba9e7b2d46339d8104d483887 Mon Sep 17 00:00:00 2001 From: zramsay Date: Sat, 6 Oct 2018 11:32:07 -0400 Subject: [PATCH] this oughta work --- Makefile | 1 + test/p2p/circleci.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 73bd67b0..4f5a5b8c 100644 --- a/Makefile +++ b/Makefile @@ -182,6 +182,7 @@ test_p2p: cd .. # requires 'tester' the image from above bash test/p2p/test.sh tester + docker cp rsyslog:/var/log test/logs test_integrations: make build_docker_test_image diff --git a/test/p2p/circleci.sh b/test/p2p/circleci.sh index 19200afb..16f23fca 100644 --- a/test/p2p/circleci.sh +++ b/test/p2p/circleci.sh @@ -33,3 +33,7 @@ fi echo echo "* [$(date +"%T")] running p2p tests on a local docker network" bash "$DIR/../p2p/test.sh" tester + +echo +echo "* [$(date +"%T")] copying log files out of docker container in $LOGS_DIR" +docker cp rsyslog:/var/log $LOGS_DIR