Skip to content
Snippets Groups Projects
Commit 025bb9fa authored by Eric Anderson's avatar Eric Anderson
Browse files

Merge pull request #4262 from nicolasnoble/unzip-override

Force-unzipping test results.
parents 9fac2afd 4e8b2b52
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ then
fi
docker cp "$CONTAINER_NAME:/var/local/git/grpc/reports.zip" $git_root || true
unzip $git_root/reports.zip -d $git_root || true
unzip -o $git_root/reports.zip -d $git_root || true
rm -f reports.zip
# remove the container, possibly killing it first
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment