Repository: mesos Updated Branches: refs/heads/master dede530a2 -> 79ffec9f8
Minor fix to ./support/jenkins_build.sh. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/79ffec9f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/79ffec9f Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/79ffec9f Branch: refs/heads/master Commit: 79ffec9f8ac9958c8f05a71333ade5a863fa707b Parents: dede530 Author: Vinod Kone <[email protected]> Authored: Wed Apr 15 11:51:53 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Wed Apr 15 11:52:24 2015 -0700 ---------------------------------------------------------------------- support/jenkins_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/79ffec9f/support/jenkins_build.sh ---------------------------------------------------------------------- diff --git a/support/jenkins_build.sh b/support/jenkins_build.sh index 011408a..3c2d43f 100755 --- a/support/jenkins_build.sh +++ b/support/jenkins_build.sh @@ -59,7 +59,7 @@ case $OS in append_dockerfile "RUN adduser --disabled-password --gecos '' mesos" # Disable any tests failing on Ubuntu. - append_dockerfile "ENV GTEST_FILTER '*FileSystemTableRead*'" + append_dockerfile "ENV GTEST_FILTER '-FsTest.FileSystemTableRead'" ;; *) echo "Unknown OS $OS"
