mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Remove FreeBSD interpreter test hacks. (#17007)
* Add TEST_FLAGS to no_log target.
This commit is contained in:
parent
ce282e9373
commit
80385a47bd
2 changed files with 4 additions and 9 deletions
|
@ -62,11 +62,6 @@ if [ ! -f /usr/local/bin/sha1sum ]; then
|
|||
ln -s /usr/local/bin/shasum /usr/local/bin/sha1sum
|
||||
fi
|
||||
|
||||
# FIXME: async doesn't work with ansible_python_interpreter, see: https://github.com/ansible/ansible/issues/14101
|
||||
if [ ! -f /usr/bin/python ]; then
|
||||
ln -s /usr/local/bin/python /usr/bin/python
|
||||
fi
|
||||
|
||||
# Tests assume loopback addresses other than 127.0.0.1 will work.
|
||||
# Add aliases for loopback addresses used by tests.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue