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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
