From 0018ac040aa55020f1218a25a55a329cf7d44f16 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 12 Sep 2011 14:51:30 +0000 Subject: [PATCH] run test scripts at release time --- build.xml | 10 +++++++++- history.txt | 1 + tests/scripts/checkxml.sh | 4 ---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 97bd7bb4f..5eef78c1c 100644 --- a/build.xml +++ b/build.xml @@ -1125,6 +1125,14 @@ + + + + + + + + - + diff --git a/history.txt b/history.txt index 6837ffca3..47d1c27a7 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,5 @@ 2011-09-12 zzz + * build.xml: Run test scripts at release time * Build Executor: - Limit max parallel builds on really slow machines (ticket #519) - Slow down build loop when network is apparently disconnected (ticket #519) diff --git a/tests/scripts/checkxml.sh b/tests/scripts/checkxml.sh index d6524476d..dbcac0b15 100755 --- a/tests/scripts/checkxml.sh +++ b/tests/scripts/checkxml.sh @@ -11,10 +11,6 @@ cd `dirname $0`/../.. XMLFILES="\ -./android/AndroidManifest.xml \ -./android/build.xml \ -./android/res/layout/main.xml \ -./android/res/values/strings.xml \ ./apps/addressbook/build.xml \ ./apps/addressbook/web.xml \ ./apps/BOB/build.xml \