From 3bdec09cb7ba77a7a327291ca9a19c8764e9bb11 Mon Sep 17 00:00:00 2001 From: Michael Callahan Date: Fri, 19 Jun 2015 17:41:49 -0700 Subject: [PATCH] Remove ldb_tests.py from make check until it is working again. Summary: Recent checkin added ldb_test.py to the make check target but the test fails. Remove it again for now and make task. Test Plan: No more ldb_tests.py running Reviewers: igor, anthony Reviewed By: anthony Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D40449 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 99940bd9b..1e2d48e5e 100644 --- a/Makefile +++ b/Makefile @@ -518,7 +518,6 @@ check: all echo "===== Running $$t"; ./$$t || exit 1; done; \ fi rm -rf $(TMPD) - python tools/ldb_test.py sh tools/rocksdb_dump_test.sh check_some: $(SUBSET) ldb_tests