зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21: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
|
|
|