[node-patches] Change in ovirt-node[master]: test: Improve debug put for tests

fabiand at redhat.com fabiand at redhat.com
Thu Jun 18 17:38:53 UTC 2015


Fabian Deutsch has uploaded a new change for review.

Change subject: test: Improve debug put for tests
......................................................................

test: Improve debug put for tests

Change-Id: I254495767a7bdf31ba60161a6be86988a091ce10
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/autotest.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/60/42560/1

diff --git a/src/autotest.py b/src/autotest.py
index 92644e2..33a8a67 100755
--- a/src/autotest.py
+++ b/src/autotest.py
@@ -46,8 +46,9 @@
                 return -1
             else:
                 return 0
-        except ImportError:
+        except ImportError: as e
             print "Failed to import %s" % arguments.FILE
+            print str(e)
             return -1
 
 


-- 
To view, visit https://gerrit.ovirt.org/42560
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I254495767a7bdf31ba60161a6be86988a091ce10
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list