Kaydet (Commit) b24de9e4 authored tarafından Eray Özkural's avatar Eray Özkural

* fix: test cases can always write

üst 7f3d694e
......@@ -9,8 +9,8 @@
#
# Please read the COPYING file.
#
# Authors: Eray Ozkural <eray@pardus.org.tr>
# Baris Metin <baris@pardus.org.tr>
# Authors: Eray Ozkural <eray at pardus.org.tr>
# Baris Metin <baris at pardus.org.tr>
"""Top level PISI interfaces. a facade to the entire PISI system"""
......
......@@ -23,7 +23,8 @@ class TestCase(unittest.TestCase):
options = pisi.config.Options()
options.ignore_build_no = False
options.destdir = 'tmp'
pisi.api.init(options = options, comar = comar, database = database)
pisi.api.init(options = options, comar = comar,
database = database, write = database)
def tearDown(self, ):
pisi.api.finalize()
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