mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* test/ruby/envutil.rb (assert_normal_exit): show coredump status.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									afbf678a91
								
							
						
					
					
						commit
						cf0109cff7
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -91,6 +91,9 @@ module Test
 | 
			
		|||
          if signame
 | 
			
		||||
            sigdesc = "SIG#{signame} (#{sigdesc})"
 | 
			
		||||
          end
 | 
			
		||||
          if status.coredump?
 | 
			
		||||
            sigdesc << " (core dumped)"
 | 
			
		||||
          end
 | 
			
		||||
          if msg.empty?
 | 
			
		||||
            full_message = build_message(message, "pid ? killed by ?",
 | 
			
		||||
                                         pid,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue