From 955b37b0031608447e5a82847771812029dab3ca Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 19 Sep 2021 23:30:38 +0200 Subject: [PATCH] Testing return values from run_tests --- bin/run_ci_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/run_ci_tests.sh b/bin/run_ci_tests.sh index b896a21..6691ebf 100755 --- a/bin/run_ci_tests.sh +++ b/bin/run_ci_tests.sh @@ -45,6 +45,7 @@ prepare_venv install_repo run_tests ret=$? +echo "RET: $ret" cleanup if [[ $ret == 0 ]]; then