scripts: move test.sh script into scripts dir

This commit is contained in:
paulfantom
2021-06-14 22:47:22 +02:00
parent 2afbb72a88
commit 6dc90593f9
2 changed files with 6 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ lint: $(JSONNETLINT_BIN) vendor
.PHONY: test
test: $(JB_BIN)
$(JB_BIN) install
./test.sh
./scripts/test.sh
.PHONY: test-e2e
test-e2e: