зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-03 23:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			9 строки
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 строки
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
ERROR_CODE=$?
 | 
						|
printf "${ERROR_CODE}" > $LOGS_PATH/cps-test-error-code.txt
 | 
						|
cp $CPS_TEST_HOME/output.xml $CPS_TEST_HOME/log.html $CPS_TEST_HOME/report.html $LOGS_PATH/
 | 
						|
if [ ${ERROR_CODE} != 0 ]; then
 | 
						|
    printf "Error executing robot tests. Code: '${ERROR_CODE}'\n"
 | 
						|
    exit ${ERROR_CODE}
 | 
						|
fi
 | 
						|
 |