Python-perfrepo command line tool was renamed from perfrepo to perfrepo-cli. This patch makes the same change in LNST TaskAPI.
Signed-off-by: Jan Tluka jtluka@redhat.com --- lnst/Controller/Task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lnst/Controller/Task.py b/lnst/Controller/Task.py index 6fd1946..e91409e 100644 --- a/lnst/Controller/Task.py +++ b/lnst/Controller/Task.py @@ -942,7 +942,7 @@ class PerfRepoAPI(object): logging.debug("No mapping defined for hash '%s'" % h) logging.debug("If you want to create a new report and set "\ "this result as the baseline run this command:") - cmd = "perfrepo report create" + cmd = "perfrepo-cli report create" cmd += " name REPORTNAME"
test = result.get_test()
On Mon, Nov 14, 2016 at 06:17:59PM +0100, Jan Tluka wrote:
Python-perfrepo command line tool was renamed from perfrepo to perfrepo-cli. This patch makes the same change in LNST TaskAPI.
Signed-off-by: Jan Tluka jtluka@redhat.com
lnst/Controller/Task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lnst/Controller/Task.py b/lnst/Controller/Task.py index 6fd1946..e91409e 100644 --- a/lnst/Controller/Task.py +++ b/lnst/Controller/Task.py @@ -942,7 +942,7 @@ class PerfRepoAPI(object): logging.debug("No mapping defined for hash '%s'" % h) logging.debug("If you want to create a new report and set "\ "this result as the baseline run this command:")
cmd = "perfrepo report create"
cmd = "perfrepo-cli report create" cmd += " name REPORTNAME" test = result.get_test()
-- 2.7.4 _______________________________________________ LNST-developers mailing list -- lnst-developers@lists.fedorahosted.org To unsubscribe send an email to lnst-developers-leave@lists.fedorahosted.org
pushed, thanks
-Ondrej
lnst-developers@lists.fedorahosted.org