Skip to content

Commit

Permalink
Add ldb_test.py back to make check
Browse files Browse the repository at this point in the history
Summary: This is revert of D40449. I'm not sure why our tests failed before, they seem to be working fine on my devbox.

Test Plan: ran `make check`

Reviewers: anthony

Reviewed By: anthony

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D41955
  • Loading branch information
igorcanadi committed Jul 14, 2015
1 parent b10cf4e commit 1879d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ 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
Expand Down

0 comments on commit 1879d93

Please sign in to comment.