You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the following error:
py36 run-test: commands[1] | find /dev/shm -name 'tox_py36*' -delete
/usr/bin/find: ‘/dev/shm/multipath’: Permission denied
We don't care if there are folders in which we cannot enter.
Ignore if the find command fails.
0 commit comments