PowerShell / JEA

Just Enough Administration
http://aka.ms/JEAdocs
MIT License
257 stars 60 forks source link

Fix integration tests #59

Closed ChrisLGardner closed 5 years ago

ChrisLGardner commented 5 years ago

Integration tests are failing as the psrc is still being created even if the VisibleFunctions doesn't include all of the functions in the FunctionDefinitions. The existing error message is a good start but there should not be any file created in this scenario. This will add a check for that scenario and prevent files being created.


This change is Reviewable