this oughta work

This commit is contained in:
zramsay 2018-10-06 11:32:07 -04:00
parent 4d6ed31a07
commit ff4caa0ce2
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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