From f454dab81a2916468b1521be9c7eb66f0a389856 Mon Sep 17 00:00:00 2001 From: George Hicken Date: Wed, 28 Feb 2018 12:17:20 -0800 Subject: [PATCH] Add tether.debug in integration test log bundle --- tests/integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-test.sh b/tests/integration-test.sh index d49ac528a5..a9290abdf6 100755 --- a/tests/integration-test.sh +++ b/tests/integration-test.sh @@ -56,7 +56,7 @@ rc="$?" timestamp=$(date +%s) outfile="integration_logs_"$DRONE_BUILD_NUMBER"_"$DRONE_COMMIT".zip" -zip -9 -j $outfile output.xml log.html report.html package.list *container-logs*.zip *.log /var/log/vic-machine-server/vic-machine-server.log +zip -9 -j $outfile output.xml log.html report.html package.list *container-logs*.zip *.log /var/log/vic-machine-server/vic-machine-server.log *.debug # GC credentials keyfile="/root/vic-ci-logs.key"