From d27718842263fb0204cbe29173a2796d2c462919 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 2 Aug 2011 11:00:10 -0700 Subject: [PATCH] Removed `TRANSPORT` from Makefile otherwise it's not overrideable. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index c61bad3d6..f2d2f41a9 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,7 @@ ALL_TESTS = $(shell find test/ -name '*.test.js') -TRANSPORT = 'xhr-polling' run-tests: - @npm link --local > /dev/null @./node_modules/.bin/expresso \ -I lib \ -I support \ @@ -14,7 +12,6 @@ test: @$(MAKE) TESTS="$(ALL_TESTS)" run-tests test-acceptance: - @npm link --local > /dev/null @node support/test-runner/app $(TRANSPORT) build: