Skip to content

Commit

Permalink
fix expectation for test on Windows (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood authored and cottsay committed Aug 24, 2019
1 parent 5d6a87b commit b1bc1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/test/launch/actions/test_emulate_tty.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def tty_expected_unless_windows():


@pytest.mark.parametrize('test_input,expected', [
# use the default defined by ExecuteProcess
(None, not tty_expected_unless_windows()),
# use the default defined by ExecuteProcess (default is off or "false" right now)
(None, 0),
# redundantly override the default via LaunchConfiguration
('true', tty_expected_unless_windows()),
# override the default via LaunchConfiguration
Expand Down

0 comments on commit b1bc1f5

Please sign in to comment.