From c99cf93c8bded761c59370a9ac4719cf3de6a329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 14 Feb 2014 09:18:21 +0100 Subject: [PATCH] Test projects can't have --name it seems --- ant-prepare.sh | 2 +- test/ant.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ant-prepare.sh b/ant-prepare.sh index 51d53ace7..04599ffa3 100755 --- a/ant-prepare.sh +++ b/ant-prepare.sh @@ -7,4 +7,4 @@ android update project --path . --name F-Droid # technically optional, needed for the tests cd test -android update test-project --path . --main ../ --name test +android update test-project --path . --main .. diff --git a/test/ant.properties b/test/ant.properties index 836edf047..16244024c 100644 --- a/test/ant.properties +++ b/test/ant.properties @@ -15,4 +15,4 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. -tested.project.dir=../ +tested.project.dir=..