mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	[TravisCI] Fix undefined SCRIPT_DIR variable
This commit is contained in:
		
							parent
							
								
									fb3d4cfed9
								
							
						
					
					
						commit
						f756bf6c86
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -17,6 +17,7 @@ if [ "X${RUN_SYSTEM_TESTS}" != "X1" ]; then
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Sanitizer environment variables
 | 
					# Sanitizer environment variables
 | 
				
			||||||
 | 
					SCRIPT_DIR="$( cd ${BASH_SOURCE[0]%/*} ; echo $PWD )"
 | 
				
			||||||
source ${SCRIPT_DIR}/sanitizer_env.sh
 | 
					source ${SCRIPT_DIR}/sanitizer_env.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Z3_EXE="${Z3_BUILD_DIR}/z3"
 | 
					Z3_EXE="${Z3_BUILD_DIR}/z3"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue