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
|
install_repo
|
||||||
run_tests
|
run_tests
|
||||||
ret=$?
|
ret=$?
|
||||||
|
echo "RET: $ret"
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
if [[ $ret == 0 ]]; then
|
if [[ $ret == 0 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue