From 03b2fdd33a019c4eabc8da7ba49c851bf91ffc4e Mon Sep 17 00:00:00 2001 From: "wu.zhihui" Date: Tue, 8 Nov 2016 20:18:26 +0800 Subject: Bugfix: cli.py and its unit test case since qtip use log instead of print, assert sentence need to modify. Change-Id: I8d19d0e50c4c70f34c7e916c7828984163586260 Signed-off-by: wu.zhihui --- func/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func') diff --git a/func/cli.py b/func/cli.py index 17f0bde7..cea55749 100644 --- a/func/cli.py +++ b/func/cli.py @@ -44,7 +44,7 @@ class Cli: args = self._parse_args(args) if not args_handler.check_suite(args.file): - logger.error("ERROR: This suite file doesn't exist under benchmarks/suite/.\ + logger.error("ERROR: This suite file %s doesn't exist under benchmarks/suite/.\ Please enter correct file." % str(args.file)) sys.exit(1) -- cgit 1.2.3-korg