Testing return values from run_tests
This commit is contained in:
parent
9be456a4ef
commit
955b37b003
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ prepare_venv
|
|||
install_repo
|
||||
run_tests
|
||||
ret=$?
|
||||
echo "RET: $ret"
|
||||
cleanup
|
||||
|
||||
if [[ $ret == 0 ]]; then
|
||||
|
|
Loading…
Reference in a new issue