tools: drop functestdef and obsolete PATH munging
This commit is contained in:
		
							parent
							
								
									1f839f6739
								
							
						
					
					
						commit
						1d84acc334
					
				
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							| @ -601,13 +601,7 @@ builtintest: \ | |||||||
| # NB ensure hledger executable is current (eg do pkgtest first)
 | # NB ensure hledger executable is current (eg do pkgtest first)
 | ||||||
| functest: tests/addons/hledger-addon \ | functest: tests/addons/hledger-addon \ | ||||||
| 	$(call def-help,functest, run hledger functional tests with the stack build ) | 	$(call def-help,functest, run hledger functional tests with the stack build ) | ||||||
| 	@(COLUMNS=80 PATH=`pwd`/bin:$(PATH) $(SHELLTESTSTK) tests \
 | 	@(COLUMNS=80 $(SHELLTESTSTK) tests \
 | ||||||
| 		&& echo $@ PASSED) || echo $@ FAILED |  | ||||||
| 
 |  | ||||||
| #@echo functional tests:
 |  | ||||||
| functestdef: bin/hledgerdev tests/addons/hledger-addon \ |  | ||||||
| 	$(call def-help-hide,functestdef, run hledger functional tests with the hledger in PATH ) |  | ||||||
| 	@(COLUMNS=80 PATH=`pwd`/bin:$(PATH) $(SHELLTEST) tests \
 |  | ||||||
| 		&& echo $@ PASSED) || echo $@ FAILED | 		&& echo $@ PASSED) || echo $@ FAILED | ||||||
| 
 | 
 | ||||||
| # ADDONEXTS=pl py rb sh hs lhs rkt exe com bat
 | # ADDONEXTS=pl py rb sh hs lhs rkt exe com bat
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user