Test projects can't have --name it seems

This commit is contained in:
Daniel Martí 2014-02-14 09:18:21 +01:00
parent cf1519f792
commit c99cf93c8b
2 changed files with 2 additions and 2 deletions

View File

@ -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 ..

View File

@ -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=..