mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	CI: Fixing path issue on venv check
ASTERISK-26826 Change-Id: I07388d16f74452cebc9c981f99044eb6b77df792
This commit is contained in:
		
				
					committed by
					
						 Michael Bradeen
						Michael Bradeen
					
				
			
			
				
	
			
			
			
						parent
						
							e2f34ad8ce
						
					
				
				
					commit
					bd821549af
				
			| @@ -4,7 +4,6 @@ REALTIME=0 | ||||
| TEST_TIMEOUT=600 | ||||
| source $CIDIR/ci.functions | ||||
| ASTETCDIR=$DESTDIR/etc/asterisk | ||||
| SETUPVENV=$TESTSUITE_DIR/setupVenv.sh | ||||
|  | ||||
| if [ x"$WORK_DIR" != x ] ; then | ||||
| 	export AST_WORK_DIR="$(readlink -f $WORK_DIR)" | ||||
| @@ -19,11 +18,13 @@ if [ $REALTIME -eq 1 ] ; then | ||||
| fi | ||||
|  | ||||
| # check to see if venv scripts exist so we can use them | ||||
| if [ -f "$SETUPVENV" ] ; then | ||||
| if [ -f ./setupVenv.sh ] ; then | ||||
| 	echo "Running in Virtual Environment" | ||||
| 	# explicitly invoking setupVenv to capture output in case of failure | ||||
| 	./setupVenv.sh | ||||
| 	VENVPREFIX="runInVenv.sh python " | ||||
| else | ||||
| 	echo "Running in Legacy Mode" | ||||
| 	export PYTHONPATH=./lib/python/ | ||||
| fi | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user