This is an automated email from the ASF dual-hosted git repository.

vinodkone pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 029e11c5f49e9f7d84c940781a3d508963b385a4
Author: Vinod Kone <[email protected]>
AuthorDate: Thu Nov 15 17:57:21 2018 -0600

    Reverted xml output file location.
    
    Having google test directly write XML reports into the mounted /SRC
    directory is giving intermittent "Unable to open file" error.
    
    This change will have google test write xml output into build directory
    inside the container for now. Note that since build directory is cleaned
    up as part of the docker image, the output reports wont be accessible
    to Jenkins.
---
 support/mesos-build/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/mesos-build/entrypoint.sh 
b/support/mesos-build/entrypoint.sh
index b75b4df..dd97f6d 100755
--- a/support/mesos-build/entrypoint.sh
+++ b/support/mesos-build/entrypoint.sh
@@ -26,7 +26,7 @@ git clone --depth 1 file:///SRC "${SRCDIR}"
 
 cd "${SRCDIR}"
 
-export GTEST_OUTPUT=xml:/SRC/
+export GTEST_OUTPUT=xml
 export DISTCHECK_CONFIGURE_FLAGS=${CONFIGURATION}
 export ${ENVIRONMENT}
 

Reply via email to