mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
* drop passhprase input patch, since it's included in upstream * rebase remaining patches Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
16 lines
333 B
Diff
16 lines
333 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -40,10 +40,10 @@ install-test:
|
|
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-core/bin:${PWD}:${PATH}"; \
|
|
+ export PATH="${PWD}:${PATH}"; \
|
|
"./utils/tests.sh"
|
|
|
|
#
|