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
{{ message }}
This repository was archived by the owner on Oct 2, 2018. It is now read-only.
To reproduce, run:
sudo -u nobody python /var/chef/cache/get-pip.py
echo $?
Expected outcome: an error code is returned.
Actual outcome: success (0) is returned regardless of errors.
The indirect result of this behaviour is that the install-pip action always succeeds. However, if in fact there was an error, subsequent pip resources will fail with something like:
Error executing action install on resource 'python_pip[virtualenv]'
Errno::ENOENT
No such file or directory - pip install virtualenv
The text was updated successfully, but these errors were encountered:
To reproduce, run:
sudo -u nobody python /var/chef/cache/get-pip.py
echo $?
Expected outcome: an error code is returned.
Actual outcome: success (0) is returned regardless of errors.
The indirect result of this behaviour is that the install-pip action always succeeds. However, if in fact there was an error, subsequent pip resources will fail with something like:
Error executing action
install
on resource 'python_pip[virtualenv]'Errno::ENOENT
No such file or directory - pip install virtualenv
The text was updated successfully, but these errors were encountered: