From 2781f401ada68cbbe08789cd03df86c9a00a8dd0 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 20 Apr 2015 09:29:48 +0100 Subject: Run jdwp tests now that localhost issues have been solved. Change-Id: I5ae67c2caf73695316ea9530274e97272114af1b See: https://android-review.googlesource.com/#/c/147244/. --- tools/run-jdwp-tests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index 90c01f544c..e87ae0860d 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -19,11 +19,6 @@ if [ ! -d libcore ]; then exit 1 fi -if [[ $ANDROID_SERIAL == 03a79ae90ae5889b ]] || [[ $ANDROID_SERIAL == HT4CTJT03670 ]] || [[ $ANDROID_SERIAL == HT49CJT00070 ]]; then - echo "Not run because of localhost failures. Investigating." - exit 0 -fi - # Jar containing all the tests. test_jar=out/host/linux-x86/framework/apache-harmony-jdwp-tests-hostdex.jar junit_jar=out/host/linux-x86/framework/junit.jar -- cgit v1.2.3-59-g8ed1b