Repository: mesos
Updated Branches:
  refs/heads/master 8385c3793 -> d66a0bc97


Minor fix for quotes 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/d66a0bc9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d66a0bc9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d66a0bc9

Branch: refs/heads/master
Commit: d66a0bc9710d699d56cf079c36ff0f1a31a40c56
Parents: 8385c37
Author: Vinod Kone <[email protected]>
Authored: Wed Apr 15 12:49:50 2015 -0700
Committer: Vinod Kone <[email protected]>
Committed: Wed Apr 15 12:50:07 2015 -0700

----------------------------------------------------------------------
 support/jenkins_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d66a0bc9/support/jenkins_build.sh
----------------------------------------------------------------------
diff --git a/support/jenkins_build.sh b/support/jenkins_build.sh
index 3c2d43f..6817c74 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 '-FsTest.FileSystemTableRead'"
+    append_dockerfile "ENV GTEST_FILTER -FsTest.FileSystemTableRead"
     ;;
   *)
     echo "Unknown OS $OS"

Reply via email to