Testing return values from run_tests

This commit is contained in:
Fabio Manganiello 2021-09-19 23:30:38 +02:00
parent 9be456a4ef
commit 955b37b003
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ prepare_venv
install_repo
run_tests
ret=$?
echo "RET: $ret"
cleanup
if [[ $ret == 0 ]]; then