summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-16 23:18:45 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-16 23:18:45 +0000
commit8f8a48acd7804944d1b644a91699bb0516f4432d (patch)
treef02f85956fc6d187e10acda89530ac1a928c34c8 /Makefile
parent180db512a5987c1d0dc305651ceb9eb814f5e2b0 (diff)
downloadgitano-8f8a48acd7804944d1b644a91699bb0516f4432d.tar.gz
Ensure the tests actually run under HTTP mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)