diff --git a/tests/python_eol/execute_tests.sh b/tests/python_eol/execute_tests.sh index 9cacce32b..4cab4c220 100755 --- a/tests/python_eol/execute_tests.sh +++ b/tests/python_eol/execute_tests.sh @@ -59,7 +59,4 @@ docker run --rm \ || EXIT_CODE=$(($EXIT_CODE || $?)) set +x -# Re-take ownership of the logs directory -find "$LOGS_DIRECTORY" -exec chown "$USER" {} \; - exit "$EXIT_CODE"