[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |