summaryrefslogtreecommitdiffhomepage
path: root/tests/14_test_gbp_import_dscs.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-06-26 19:14:32 +0200
committerGuido Günther <agx@sigxcpu.org>2013-06-26 21:23:09 +0200
commitb59818d0f27e365c195375cea0ed4e7ee252abb1 (patch)
tree6846aa975c36c9d95c8835f7bc446fc129f54e93 /tests/14_test_gbp_import_dscs.py
parent38d43b4f0c292d28c511a9968008a500b8565768 (diff)
import-dsc: print filename instead of object name
Diffstat (limited to 'tests/14_test_gbp_import_dscs.py')
-rw-r--r--tests/14_test_gbp_import_dscs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/14_test_gbp_import_dscs.py b/tests/14_test_gbp_import_dscs.py
index 9482ea8d..ba3d5f79 100644
--- a/tests/14_test_gbp_import_dscs.py
+++ b/tests/14_test_gbp_import_dscs.py
@@ -44,6 +44,7 @@ class DscStub(object):
def __init__(self, filename, version):
self.filename = filename
self.version = version
+ self.dscfile = filename
@classmethod
def parse(cls, filename):