aboutsummaryrefslogtreecommitdiffhomepage
path: root/kokoro/linux/pull_request_in_docker.sh
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-12-20 15:26:34 -0800
committerGravatar Matt Kwong <mattkwong@google.com>2017-12-20 16:28:41 -0800
commitae49cfd1a4da13e8fb17fadc6240621ce1e541bb (patch)
tree16e963a7b36e357e17a0b8bc05ba2c875e8fff52 /kokoro/linux/pull_request_in_docker.sh
parent6003a61255fe508924878ef0ce8207996e7b5d3c (diff)
Collect xml results for Kokoro
Diffstat (limited to 'kokoro/linux/pull_request_in_docker.sh')
-rwxr-xr-xkokoro/linux/pull_request_in_docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/linux/pull_request_in_docker.sh b/kokoro/linux/pull_request_in_docker.sh
index fa5f0caa..23e63961 100755
--- a/kokoro/linux/pull_request_in_docker.sh
+++ b/kokoro/linux/pull_request_in_docker.sh
@@ -57,7 +57,7 @@ cat $OUTPUT_DIR/joblog
# The directory that is copied from Docker back into the Kokoro workspace.
COPY_FROM_DOCKER=/var/local/git/protobuf/testoutput
mkdir -p $COPY_FROM_DOCKER
-TESTOUTPUT_XML_FILE=$COPY_FROM_DOCKER/testresults.xml
+TESTOUTPUT_XML_FILE=$COPY_FROM_DOCKER/sponge_log.xml
# Process all the output files from "parallel" and package them into a single
# .xml file with detailed, broken-down test output.