aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/utils/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/utils/cli.py')
-rw-r--r--qtip/utils/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtip/utils/cli.py b/qtip/utils/cli.py
index c0a14214..5e566f27 100644
--- a/qtip/utils/cli.py
+++ b/qtip/utils/cli.py
@@ -23,7 +23,7 @@ class Cli:
parser = argparse.ArgumentParser()
parser.add_argument('-l ', '--lab', required=True, help='Name of Lab '
'on which being tested, These can'
- 'be found in the benchmarks/test_plan/ directory. Please '
+ 'be found in the benchmarks/testplan/ directory. Please '
'ensure that you have edited the respective files '
'before using them. For testing other than through Jenkins'
' The user should list default after -l . all the fields in'
@@ -49,7 +49,7 @@ class Cli:
sys.exit(1)
if not args_handler.check_lab_name(args.lab):
- logger.error("You have specified a lab that is not present under benchmarks/test_plan/.\
+ logger.error("You have specified a lab that is not present under benchmarks/testplan/.\
Please enter correct file. If unsure how to proceed, use -l default.")
sys.exit(1)
suite = args.file