From f4b9383c2a8622fc8dcf8c7a7c3e09c59d2bf390 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 28 Jan 2019 11:58:58 -0800 Subject: [PATCH] Fix arm test target typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee895db..5a37e72 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ test-x86: build-x86 .PHONY: test-arm test-arm: build-arm - cd tests && .test.sh $(DOCKER_TAG):raspbian + cd tests && ./test.sh $(DOCKER_TAG):raspbian .PHONY: test-all test-all: test-x86 test-arm