Skip to content

Commit

Permalink
Moved syntax / global checks above actual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pintsized committed Nov 11, 2015
1 parent 07c15d8 commit 6860d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ check_ports:
@$(foreach port,$(REDIS_PORTS),! lsof -i :$(port) &&) true 2>&1 > /dev/null

test_ledge: flush_db
util/lua-releng
$(TEST_LEDGE_REDIS_VARS) $(PROVE) $(TEST_FILE)
-@echo "Qless errors:"
@$(REDIS_CLI) -n $(TEST_LEDGE_REDIS_QLESS_DATABASE) llen ql:f:job-error
util/lua-releng

test_sentinel: flush_db
$(TEST_LEDGE_SENTINEL_VARS) $(PROVE) $(SENTINEL_TEST_FILE)/01-master_up.t
Expand Down

0 comments on commit 6860d38

Please sign in to comment.