diff options
-rwxr-xr-x | tests/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create.py b/tests/create.py index 0c62edb..c897741 100755 --- a/tests/create.py +++ b/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()) |