mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
fix unit tests on arm
and fix etcd data dir
This commit is contained in:
@@ -253,8 +253,8 @@ class BaseTest(object):
|
||||
self.shutdown_etcd()
|
||||
|
||||
# remove existing database
|
||||
if os.path.exists("/tmp/etcd-data"):
|
||||
shutil.rmtree("/tmp/etcd-data")
|
||||
if os.path.exists("/tmp/aptly-etcd-data"):
|
||||
shutil.rmtree("/tmp/aptly-etcd-data")
|
||||
|
||||
if self.fixtureDB:
|
||||
print("import etcd")
|
||||
|
||||
Reference in New Issue
Block a user