-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: handle v3004+ which can be installed to any location on Windows #340
Conversation
v3004 successful test run-----> Starting Test Kitchen (v3.2.2) -----> Cleaning up any prior instances of -----> Destroying ... Finished destroying (0m0.00s). -----> Testing -----> Creating ... Bringing machine 'default' up with 'virtualbox' provider... ==> default: Cloning VM...�[K==> default: Matching MAC address for NAT networking...
-----> Converging ...
-----> Setting up ... tests/integration/test_git.py::test_pkg[git] SKIPPED (Skip on freebs...) [ 7%] =============================== warnings summary =============================== -- Docs: https://docs.pytest.org/en/stable/warnings.html |
v3003.3 successful test run-----> Starting Test Kitchen (v3.2.2) -----> Cleaning up any prior instances of -----> Destroying ... Finished destroying (0m0.00s). -----> Testing -----> Creating ... Bringing machine 'default' up with 'virtualbox' provider... ==> default: Cloning VM...�[K==> default: Matching MAC address for NAT networking...
-----> Converging ...
-----> Setting up ... tests/integration/test_git.py::test_pkg[git] SKIPPED (Skip on freebs...) [ 7%] =============================== warnings summary =============================== -- Docs: https://docs.pytest.org/en/stable/warnings.html |
The Debian |
f41c495
to
a157be9
Compare
…lt`) This reverts commit 17762bc. Fixed in `kitchen-salt`: * saltstack/kitchen-salt#340
This reverts commit 17762bc. Fixed in `kitchen-salt`: * saltstack/kitchen-salt#340
The Windows
salt-call.bat
executable was hardcoded toC:\salt
but this is no longer appropriate sincev3004
allows to install Salt executables to any location. Answer is to rely on findingsalt-call.bat
in the system PATH environment variable.