1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/git-secret/makefile.patch
Jakub Jirutka f85d009eec testing/git-secret: new aport
http://git-secret.io/
A bash-tool to store your private data inside a git repository
2017-09-06 01:29:54 +02:00

15 lines
377 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -39,10 +39,10 @@
git clone https://github.com/sstephenson/bats.git vendor/bats; fi
.PHONY: test
-test: install-test clean build
+test: build
@chmod +x "./utils/tests.sh"; sync; \
export SECRET_PROJECT_ROOT="${PWD}"; \
- export PATH="${PWD}/vendor/bats/bin:${PWD}:${PATH}"; \
+ export PATH="${PWD}:${PATH}"; \
"./utils/tests.sh"
#