mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
tests: common.test_sign_apk requires aapt to run
This commit is contained in:
parent
57b9d1e316
commit
a0f5ee661e
1 changed files with 1 additions and 0 deletions
|
|
@ -569,6 +569,7 @@ class CommonTest(unittest.TestCase):
|
|||
|
||||
def test_sign_apk(self):
|
||||
try:
|
||||
fdroidserver.common.find_sdk_tools_cmd('aapt')
|
||||
fdroidserver.common.find_sdk_tools_cmd('zipalign')
|
||||
except fdroidserver.exception.FDroidException:
|
||||
print('\n\nSKIPPING test_sign_apk, zipalign is not installed!\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue