mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
'archive/' dir might have been locally created
This commit is contained in:
parent
7a21c24e45
commit
820abbc876
1 changed files with 1 additions and 1 deletions
|
@ -1375,7 +1375,7 @@ class IntegrationTest(unittest.TestCase):
|
|||
tmp_test.mkdir()
|
||||
shutil.copytree(FILES, tmp_test, dirs_exist_ok=True)
|
||||
os.chdir(tmp_test)
|
||||
Path("archive").mkdir()
|
||||
Path("archive").mkdir(exist_ok=True)
|
||||
shutil.copy("repo/index-v1.json", self.tmp_repo)
|
||||
self.assert_run(self.fdroid_cmd + ["update"])
|
||||
self.assert_run(self.fdroid_cmd + ["signindex"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue