tests: fix test_help

There is a return that got in there that makes the test inoperative.

Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Marti Bolivar 2019-09-06 08:45:10 -06:00
parent 060bd29c45
commit ecb81be96b
1 changed files with 0 additions and 2 deletions

View File

@ -6,9 +6,7 @@ from west.main import BUILTIN_COMMAND_NAMES
from conftest import cmd
def test_help(west_init_tmpdir):
# Check that output from help is equivalent to -h
return
h1out = cmd('help')
h2out = cmd('-h')