mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	fmt: ensure test exits on fail
shebang not honoured when directly called with "bash run-test.sh".
This commit is contained in:
		
							parent
							
								
									c285880684
								
							
						
					
					
						commit
						1eff84cb92
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1,4 +1,6 @@ | |||
| #!/bin/bash -ex | ||||
| #!/bin/bash | ||||
| 
 | ||||
| set -ex | ||||
| 
 | ||||
| ../../yosys initial_display.v | awk '/<<<BEGIN>>>/,/<<<END>>>/ {print $0}' >yosys-initial_display.log | ||||
| iverilog -o iverilog-initial_display initial_display.v | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue