diff --git a/release/examples/Makefile b/release/examples/Makefile index a3e9d9c4892..a9c65433167 100644 --- a/release/examples/Makefile +++ b/release/examples/Makefile @@ -19,7 +19,7 @@ setup: cp ../../toku_include/toku_list.h include/toku_list.h check: $(TARGETS) - ./db-insert && ./db-scan --lwc --prelock --prelockflag + ./db-insert && ./db-scan --nox --lwc --prelock --prelockflag clean: rm -rf $(TARGETS) bench.*