You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
S 4c3a5629b3 Fixed win_file crash with hidden files (#52584)
* Fixed crash with hidden files

added "-force" parameter on "Get-Item" cmdlet. this is needed to get file info if the file is "hidden" 
without this option modules like win_file, win_template, win_copy crashes on hidden files. this is because with "test-path" it sees that the file exists, but "get-item" can't get the file info. 
for more information on "-force option": https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-item

* Add changelog and integration tests

* fix tests for older Windows versions

(cherry picked from commit 3bc474bf99)
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
env [stable-2.6] Add `env` command to ansible-test and run in CI. (#50176) 7 years ago
integration Fixed win_file crash with hidden files (#52584) 7 years ago
legacy Add symlinks sanity test. (#46467) 7 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner OpenSUSE - Add OpenSUSE 15 test containers (#52793) 7 years ago
sanity Install the NuGet package provider if needed (#52130) 7 years ago
units [stable-2.6] Disallow use of remote home directories containing .. in their path (CVE-2019-3828) (#52133) 7 years ago
utils [stable-2.6] Fix run.py --branch argument. 7 years ago