tools: cleaner test output
This commit is contained in:
		
							parent
							
								
									191670c231
								
							
						
					
					
						commit
						7974b32c0f
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @ -152,7 +152,7 @@ hlinttest hlint: | ||||
| unittest: unittest-builtin | ||||
| 
 | ||||
| unittest-builtin: hledger | ||||
| 	@(bin/hledger test -v \
 | ||||
| 	@(bin/hledger test \
 | ||||
| 		&& echo $@ passed) || echo $@ FAILED | ||||
| 
 | ||||
| # XXX doesn't rebuild on hledger source changes
 | ||||
| @ -167,7 +167,7 @@ unittesths: | ||||
| 
 | ||||
| # run functional tests, requires shelltestrunner from hackage
 | ||||
| functest: hledger | ||||
| 	(shelltest tests --implicit=none --threads=16 \
 | ||||
| 	(shelltest tests --implicit=none --plain --threads=16 \
 | ||||
| 		&& echo $@ passed) || echo $@ FAILED | ||||
| 
 | ||||
| # run doc tests
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user