tests: common.test_sign_apk requires aapt to run

This commit is contained in:
Hans-Christoph Steiner 2019-07-01 22:07:15 +02:00
parent 57b9d1e316
commit a0f5ee661e
1 changed files with 1 additions and 0 deletions

View File

@ -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')