Files
Martin Atkins 414094a201 provisioner/local-exec: Make "stop" test actually useful on Windows
The changes in the previous commit confirmed that this test was passing
only as a false-positive when running on Windows, because the test was
previously only checking that the provisioner was stopped shortly after
asking it to stop, but that wasn't accounting for the possibility that it
stopped due to an unrelated error.

Windows Command Interpreter does not support semicolon as a command
separator, so on Windows we need to use an ampersand instead.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-10-10 08:48:30 -07:00
..