summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe608795..dba0b148 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ $(TESTENV_GPIO):
test -c $(TESTENV_GPIO)
-run: testenv testenv-ssl $(TESTENV_GPIO)
+run: testenv $(TESTENV_GPIO)
test -d testenv/.ssl || docker run --rm \
--volume `pwd`:/src:ro \
--volume `pwd`/testenv:/src/testenv:rw \