Makefile
5.74 KB
-
fix make tests to use the set of module from git checkout · 7a220e3b
If someone try to run the test suit with ansible already installed, the mix between content in /usr/share and in the git checkout can result in strange failure ( as I found out the hard way ). For example, the test_copy module will call the action plugin for copy from git, who will call the 'file' module from system, passing unsupported arguments
Michael Scherer committed