diff --git a/bin/run_ci_tests.sh b/bin/run_ci_tests.sh index 6691ebf..bf83cbd 100755 --- a/bin/run_ci_tests.sh +++ b/bin/run_ci_tests.sh @@ -27,6 +27,7 @@ install_repo() { run_tests() { echo "Running tests" pytest 2>&1 | tee "$TEST_LOG" + cat "$TEST_LOG" grep -e '^FAILED ' "$TEST_LOG" if [[ $? == 0 ]]; then