mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			377 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 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"
 | |
|  
 | |
|  #
 |