From 8f8a48acd7804944d1b644a91699bb0516f4432d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 16 Dec 2016 23:18:45 +0000 Subject: Ensure the tests actually run under HTTP mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b91baf..5dc5fb9 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ test: local $(TEST_BINS) @echo "Running full yarns in 'http' mode" @$(YARN) \ --env GTT="$$(pwd)/testing/gitano-test-tool" \ - --env GTT_PROTO=ssh \ + --env GTT_PROTO=http \ $(YARN_ARGS) \ testing/library.yarn $(TESTS) -- cgit v1.2.1