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] [xen-unstable] Fix typo in xm-test.

# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1173908220 0
# Node ID a2458851aaa76fdbf92d55360d718d33b0a55346
# Parent  e1281da2731399520cc63350cb6d21b91db34437
Fix typo in xm-test.

Signed-off-by: Tom Wilkie <tom.wilkie@xxxxxxxxx>
---
 tools/xm-test/tests/destroy/01_destroy_basic_pos.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r e1281da27313 -r a2458851aaa7 
tools/xm-test/tests/destroy/01_destroy_basic_pos.py
--- a/tools/xm-test/tests/destroy/01_destroy_basic_pos.py       Wed Mar 14 
21:34:43 2007 +0000
+++ b/tools/xm-test/tests/destroy/01_destroy_basic_pos.py       Wed Mar 14 
21:37:00 2007 +0000
@@ -37,4 +37,4 @@ if not re.search("proc", run["output"]):
 # destroy domain - positive test
 status, output = traceCommand("xm destroy %s" % domain.getName())
 if status != 0:
-    FAIL("xm destroy returned invalud %i != 0" % status)
+    FAIL("xm destroy returned invalid %i != 0" % status)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix typo in xm-test., Xen patchbot-unstable <=