From a40970aa314acb3ebf4d61dc991df07e09e085f5 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Thu, 24 Apr 2014 12:28:11 -0400 Subject: [PATCH] Run whitebox test before black box --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80b819304..3e62211f4 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,7 @@ check: $(PROGRAMS) $(TESTS) $(TOOLS) ldb_tests: all $(PROGRAMS) $(TESTS) $(TOOLS) python tools/ldb_test.py -crash_test: blackbox_crash_test whitebox_crash_test +crash_test: whitebox_crash_test blackbox_crash_test blackbox_crash_test: db_stress python -u tools/db_crashtest.py