Provide richer failure information in bin/setup (#30581)
		
	This commit is contained in:
		
					parent
					
						
							
								12823908bb
							
						
					
				
			
			
				commit
				
					
						94d8d1094f
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -5,7 +5,7 @@ require "fileutils" | ||||||
| APP_ROOT = File.expand_path('..', __dir__) | APP_ROOT = File.expand_path('..', __dir__) | ||||||
| 
 | 
 | ||||||
| def system!(*args) | def system!(*args) | ||||||
|   system(*args) || abort("\n== Command #{args} failed ==") |   system(*args, exception: true) | ||||||
| end | end | ||||||
| 
 | 
 | ||||||
| FileUtils.chdir APP_ROOT do | FileUtils.chdir APP_ROOT do | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue