mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	tests/debgufs_emon_crash: make it quiet
This commit is contained in:
		
							parent
							
								
									9739401fb5
								
							
						
					
					
						commit
						b015a25e89
					
				@ -8,7 +8,7 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
 | 
			
		||||
. $SOURCE_DIR/drm_lib.sh
 | 
			
		||||
 | 
			
		||||
for z in $(seq 1 1000); do
 | 
			
		||||
	cat $i915_path/i915_emon_status > /dev/null
 | 
			
		||||
	cat $i915_path/i915_emon_status > /dev/null 2&>1
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
# If we got here, we haven't crashed
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user