ci(amd64/gcc/unit_tests): add gdb-backtrace to tests
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									ca91c5c1d1
								
							
						
					
					
						commit
						dd0f8ebf0a
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -20,5 +20,6 @@ cmake .. \
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for test in $(find ./ -type f -name '*_tests' -executable); do
 | 
					for test in $(find ./ -type f -name '*_tests' -executable); do
 | 
				
			||||||
  echo "Running $test"
 | 
					  echo "Running $test"
 | 
				
			||||||
  "$test"
 | 
					  gdb -ex='set confirm off' -ex='run' -ex='bt' -ex='quit' "$test"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue