mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 00:10:29 +03:00
make get_android_tools_versions() search ndk_paths from config
This commit is contained in:
parent
7a1d236c8d
commit
09fa49a7a3
3 changed files with 10 additions and 12 deletions
|
|
@ -362,7 +362,7 @@ class BuildTest(unittest.TestCase):
|
|||
with mock.patch(
|
||||
'fdroidserver.common.force_exit', lambda *args: None
|
||||
) as a, mock.patch(
|
||||
'fdroidserver.common.get_android_tools_version_log', lambda s: 'fake'
|
||||
'fdroidserver.common.get_android_tools_version_log', lambda: 'fake'
|
||||
) as b, mock.patch(
|
||||
'fdroidserver.common.FDroidPopen', FakeProcess
|
||||
) as c, mock.patch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue