mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
15 lines
377 B
Diff
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"
|
|
|
|
#
|