Commit e2245cfa authored by Ivan Tyagov's avatar Ivan Tyagov

Fixup.

parent c2b6e789
......@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum =b49c762dc6e3a434f258e2ce07584546
md5sum = a95c67309e556b4217babff19e86d7b0
......@@ -29,7 +29,8 @@ class EndToEndTestCase(unittest.TestCase):
cls._request(*args, **kw)
# remove software releases
for k,v in cls._supplied.items():
cls._supply(cls.k, cls.v, 'destroyed')
print("Remove %s from %s" %(k, v))
cls._supply(k, v, 'destroyed')
@classmethod
def request(cls, *args, **kw):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment