tools: run functional tests less verbosely
This commit is contained in:
		
							parent
							
								
									0b363bde2f
								
							
						
					
					
						commit
						cb3504d72e
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -383,7 +383,7 @@ unittest-interpreted: | |||||||
| # 16 threads sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" here but seems harmless
 | # 16 threads sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" here but seems harmless
 | ||||||
| functest: bin/hledgerdev | functest: bin/hledgerdev | ||||||
| 	@echo functional tests: | 	@echo functional tests: | ||||||
| 	($(SHELLTEST) tests -- --threads=16 --hide-successes \
 | 	@($(SHELLTEST) tests -- --threads=16 --hide-successes \
 | ||||||
| 		&& echo $@ PASSED) || echo $@ FAILED | 		&& echo $@ PASSED) || echo $@ FAILED | ||||||
| 
 | 
 | ||||||
| # run unit and functional tests with a specific GHC version
 | # run unit and functional tests with a specific GHC version
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user