diff options
Diffstat (limited to 'python/tests/create.py')
-rwxr-xr-x | python/tests/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/create.py b/python/tests/create.py index 0c62edb5a..c897741ed 100755 --- a/python/tests/create.py +++ b/python/tests/create.py @@ -84,7 +84,7 @@ if dom == None: print 'Failed to create a test domain' sys.exit(1) -# print dom0 +print dom print "Domain: id %d running %s" % (dom.ID(), dom.OSType()) |