mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-11-03 22:29:12 +00:00 
			
		
		
		
	Cover properties shouldn't be marked fail when the test failed early due to an assertion. This should fail without other changes.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
set -e
 | 
						|
python3 $SBY_MAIN -f $SBY_FILE $TASK
 | 
						|
python3 ${SBY_FILE%.sby}.py $WORKDIR
 |