mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
tests: common.test_sign_apk requires aapt to run
This commit is contained in:
parent
57b9d1e316
commit
a0f5ee661e
@ -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…
Reference in New Issue
Block a user