Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Jan 2, 2025
1 parent 3ec77b9 commit 489b971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/python_eol/execute_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ echo "** Running tests for Python $PYTHON_VERSION **"
echo "** **"
echo "****************************************************"

set -x

NOSE_OPTIONS="--verbose --with-xunit --xunit-file=/home/waagent/logs/waagent-sudo.junit.xml"

docker run --rm \
Expand Down
2 changes: 1 addition & 1 deletion tests/python_eol/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
LOGS_DIRECTORY: $(Agent.TempDirectory)/logs

# The execute_tests.sh gives ownership of the logs directory to the container user; re-take ownership.
- bash: sudo find "$LOGS_DIRECTORY" -exec chown "$USER" {} \;
- bash: sudo find "$(Agent.TempDirectory)/logs" -exec chown "$USER" {} \;
displayName: "Change ownership of logs directory"
condition: always()

Expand Down

0 comments on commit 489b971

Please sign in to comment.