diff options
Diffstat (limited to 'tests/build.xml')
-rw-r--r-- | tests/build.xml | 2 |
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">
|