Andrew Schwartzmeyer created MESOS-7638:
-------------------------------------------
Summary: The command `false` does not exist on Windows
Key: MESOS-7638
URL: https://issues.apache.org/jira/browse/MESOS-7638
Project: Mesos
Issue Type: Bug
Environment: Windows
Reporter: Andrew Schwartzmeyer
Assignee: Andrew Schwartzmeyer
Priority: Minor
We have tests that use the command `false` and assert that a non-zero exit code
was returned. The tests pass because a non-zero exit code is being returned,
but this is because there is a failure to launch the command `false` as it does
not exist on Windows. This results in the following error message showing up in
tests:
'false' is not recognized as an internal or external command, operable program
or batch file.
While the tests do work, this is misleading.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)