Update basic "load all modules" test to ask for help as the default behavior is now to return failure...

This commit is contained in:
Johan Stenberg 2016-04-01 16:34:37 -07:00
Родитель 9edb93c06c
Коммит a2fb8ac8fa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,6 +8,6 @@ install:
- pip install -r requirements.txt
script:
- export PYTHONPATH=$PATHONPATH:./src
- python -m azure.cli
- python -m azure.cli -h
- pylint src/azure
- python -m unittest discover -s src/azure/cli/tests --buffer