WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Minor fix to error message.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 9dbc0786b5027a7ffaecbfb41775a6a764698aa9
# Parent  faa1eb1621b9ea15969fb2b56b83e2366c48e8c5
Minor fix to error message.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r faa1eb1621b9 -r 9dbc0786b502 tools/xm-test/tests/list/06_list_nonroot.py
--- a/tools/xm-test/tests/list/06_list_nonroot.py       Fri Mar 10 10:44:03 2006
+++ b/tools/xm-test/tests/list/06_list_nonroot.py       Fri Mar 10 10:47:24 2006
@@ -12,4 +12,4 @@
 eyecatcher = "Error: Most commands need root access"
 where = output.find(eyecatcher)
 if where == -1:
-    FAIL("xm help: didn't see the root hint, saw %s" % output)
+    FAIL("xm list: didn't see the root hint, saw %s" % output)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Minor fix to error message., Xen patchbot -unstable <=