mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
deinit git submodule
This commit is contained in:
parent
f14efd849c
commit
f99f430e9e
3 changed files with 21 additions and 0 deletions
|
|
@ -315,6 +315,9 @@ class CommonTest(unittest.TestCase):
|
|||
def getsrclib(self):
|
||||
return None
|
||||
|
||||
def deinitsubmodules(self):
|
||||
pass
|
||||
|
||||
fdroidserver.common.prepare_source(FakeVcs(), app, build,
|
||||
fdroidclient_testdir, fdroidclient_testdir, fdroidclient_testdir)
|
||||
|
||||
|
|
@ -385,6 +388,9 @@ class CommonTest(unittest.TestCase):
|
|||
def getsrclib(self):
|
||||
return None
|
||||
|
||||
def deinitsubmodules(self):
|
||||
pass
|
||||
|
||||
fdroidserver.common.prepare_source(FakeVcs(), app, build,
|
||||
app_build_dir, srclib_testdir, app_build_dir,
|
||||
onserver=True, refresh=False) # do not clone in this test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue