Skip to content

Commit

Permalink
add permissions workaround for root
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Feb 19, 2020
1 parent 5e41f32 commit fa81ed5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/travis/prepare-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ echo " === END: Catting screen process log files. ==="
# as root can't write to logs/ directory and tests fail
chmod 777 logs/
chmod 777 logs/*

# root needs to access write some lock files when creating virtualenvs
# o=other; X=only set execute bit if user execute bit is set (eg on dirs)
chmod -R o+rwX ${HOME}/.local/share/virtualenv

0 comments on commit fa81ed5

Please sign in to comment.