summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 13:35:28 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 13:35:28 +0000
commitbdcfcdb811540d61c669c39d2f3233aa15783330 (patch)
treecfc7fa7af3daa8b978dd495b40ac41867090ba86 /Makefile
parent27f0c0959328e0ecd2468940739c9fd1773db3f1 (diff)
downloadgitano-bdcfcdb811540d61c669c39d2f3233aa15783330.tar.gz
Clean up test protocol stuff for ssh vs http
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e450c1..2558cc6 100644
--- a/Makefile
+++ b/Makefile
@@ -186,7 +186,11 @@ ifneq ($(YARN_SNAPSHOT),)
YARN_ARGS += --snapshot
endif
-TEST_PROTO ?= SSH
+TEST_PROTO ?= ssh
+
+ifeq ($(filter $(TEST_PROTO),ssh http),)
+$(error TEST_PROTO should be ssh or http)
+endif
basictest: local $(TEST_BINS)
$(YARN) \