Skip to content

Commit a40970a

Browse files
committed
Run whitebox test before black box
1 parent 472a80a commit a40970a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ check: $(PROGRAMS) $(TESTS) $(TOOLS)
195195
ldb_tests: all $(PROGRAMS) $(TESTS) $(TOOLS)
196196
python tools/ldb_test.py
197197

198-
crash_test: blackbox_crash_test whitebox_crash_test
198+
crash_test: whitebox_crash_test blackbox_crash_test
199199

200200
blackbox_crash_test: db_stress
201201
python -u tools/db_crashtest.py

0 commit comments

Comments
 (0)