[Fuego] [PATCH 07/30] add-jobs: put the options in the error message

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Mon Jun 4 07:17:41 UTC 2018


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/ftc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/scripts/ftc b/engine/scripts/ftc
index b03bee3..d6182e8 100755
--- a/engine/scripts/ftc
+++ b/engine/scripts/ftc
@@ -1489,7 +1489,7 @@ def do_add_jobs(conf, options):
                 error_out('No timeout specified after -k')
             test_dict["timeout"] = timeout
     else:
-        error_out('No testplan or testcase supplied.')
+        error_out('No testplan (-p) or test (-t) supplied.')
 
     if test_name:
         test = test_class(test_dict)
-- 
2.7.4




More information about the Fuego mailing list