You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2018/11/16 21:07:13 UTC

[mesos] branch master updated: Fixed xml test report path.

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f3bfb4  Fixed xml test report path.
6f3bfb4 is described below

commit 6f3bfb4bd57d806538a2006949f569c21173017e
Author: Vinod Kone <vi...@gmail.com>
AuthorDate: Fri Nov 16 13:54:17 2018 -0600

    Fixed xml test report path.
---
 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 dd97f6d..ec98cc8 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
+export GTEST_OUTPUT=xml:report.xml
 export DISTCHECK_CONFIGURE_FLAGS=${CONFIGURATION}
 export ${ENVIRONMENT}