aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-05-25 18:42:29 +0200
committerBananeweizen <bananeweizen@gmx.de>2015-05-25 18:42:29 +0200
commitf67a78de12eec8c295e8361ee049cdc996d8dcd4 (patch)
tree723c39c0888b3d74ad3c3f4b4580efedaab7ed36 /tests
parent3a74db56616c76beae15dab3df88f9f94dba005b (diff)
downloadcgeo-f67a78de12eec8c295e8361ee049cdc996d8dcd4.zip
cgeo-f67a78de12eec8c295e8361ee049cdc996d8dcd4.tar.gz
cgeo-f67a78de12eec8c295e8361ee049cdc996d8dcd4.tar.bz2
try fixing ant build mode issues
Diffstat (limited to 'tests')
-rw-r--r--tests/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build.xml b/tests/build.xml
index 2171374..67d1108 100644
--- a/tests/build.xml
+++ b/tests/build.xml
@@ -80,7 +80,7 @@
-->
<!-- version-tag: custom -->
<import file="${sdk.dir}/tools/ant/build.xml" />
- <target name="watchdog-tests" depends="debug" description="Run website tests">
+ <target name="watchdog-tests" depends="-test-project-check" description="Run website tests">
<property name="test.runner" value="android.test.InstrumentationTestRunner" />
<echo level="info">Running website tests ...</echo>
<exec executable="${adb}" failonerror="true">