From: Siying Dong Date: Sat, 19 Nov 2016 03:20:15 +0000 (-0800) Subject: Skip ldb test in Travis X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a13bde39ee0231aa88baec5a7f7c2d6325238c1c;p=rocksdb.git Skip ldb test in Travis Summary: Travis now is building for ldb tests. Disable for now to unblock other tests while we are investigating. Closes https://github.com/facebook/rocksdb/pull/1546 Differential Revision: D4209404 Pulled By: siying fbshipit-source-id: 47edd97 --- diff --git a/Makefile b/Makefile index aabefd22..e96a14d9 100644 --- a/Makefile +++ b/Makefile @@ -709,7 +709,8 @@ ifeq ($(filter -DROCKSDB_LITE,$(OPT)),) sh tools/rocksdb_dump_test.sh endif -check_some: $(SUBSET) ldb_tests +# TODO add ldb_tests +check_some: $(SUBSET) for t in $(SUBSET); do echo "===== Running $$t"; ./$$t || exit 1; done .PHONY: ldb_tests