Skip to content

Commit

Permalink
Merge pull request #16465 from justinj/logictest-fix
Browse files Browse the repository at this point in the history
build: use correct binary for logic tests
  • Loading branch information
justinj authored Jun 12, 2017
2 parents 077298d + 1a5c039 commit b771e8f
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 @@ -205,7 +205,7 @@ check test testshort testrace bench: gotestdashi
testlogic: TESTS := $(if $(FILES),TestLogic$$//^$(subst $(space),$$|^,$(FILES))$$,TestLogic)
testlogic: TESTFLAGS := -test.v $(if $(FILES),-show-sql)
testlogic: bin/logictest.test
cd pkg/sql/logictest && sql.test -test.run "$(TESTS)" -test.timeout $(TESTTIMEOUT) $(TESTFLAGS)
cd pkg/sql/logictest && logictest.test -test.run "$(TESTS)" -test.timeout $(TESTTIMEOUT) $(TESTFLAGS)

testraceslow: override GOFLAGS += -race
testraceslow: TESTTIMEOUT := $(RACETIMEOUT)
Expand Down

0 comments on commit b771e8f

Please sign in to comment.