diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-10-08 01:27:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-08 01:27:10 +0000 |
commit | 4603be9ac48b48be0d39e8473c30f17d0ff86388 (patch) | |
tree | 707541134c788db9cfb3d44906c9404f72d0a102 /func/cli.py | |
parent | a5ec8f76b940183ba78f7086c0bb20053422dc67 (diff) | |
parent | bfc96872dde7b0074b576a2ce384c808588193c1 (diff) |
Merge "Rename `suit` to `suite`"
Diffstat (limited to 'func/cli.py')
-rw-r--r-- | func/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/cli.py b/func/cli.py index 833437d5..9222da51 100644 --- a/func/cli.py +++ b/func/cli.py @@ -40,7 +40,7 @@ class cli: def __init__(self, args=sys.argv[1:]): args = self._parse_args(args) - if not args_handler.check_suit_in_test_list(args.file): + if not args_handler.check_suite_in_test_list(args.file): print('\n\n ERROR: Test File Does not exist in test_list/ please enter correct file \n\n') sys.exit(1) |