Implement test runner

This commit is contained in:
jpic
2020-02-13 03:27:14 +01:00
parent e7b059ab44
commit be8460b372
7 changed files with 121 additions and 35 deletions
+2 -1
View File
@@ -136,7 +136,8 @@ class Packages:
return cachedir
async def dnf_setup(self, script):
await script.mount(self.cache, f'/var/cache/{self.mgr}')
cachedir = os.path.join(self.cache_root, self.mgr)
await script.mount(cachedir, f'/var/cache/{self.mgr}')
await script.run('echo keepcache=True >> /etc/dnf/dnf.conf')
async def apt_setup(self, script):