diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-30 19:14:09 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-30 19:14:09 +0100 |
commit | c986d6a48481b031d4f5796009502a0dffb2e0a6 (patch) | |
tree | 8e39f703e3f626b2e2849ad9ff887cc0c2724473 /tools | |
parent | c06ff145cfdd8019fbcb68c0554e21df5f95fe27 (diff) | |
download | art-c986d6a48481b031d4f5796009502a0dffb2e0a6.zip art-c986d6a48481b031d4f5796009502a0dffb2e0a6.tar.gz art-c986d6a48481b031d4f5796009502a0dffb2e0a6.tar.bz2 |
Disable host testing for now.
Buildbot machines hare not happy with gethostbyname.
Change-Id: I9dd878b442686a3d1dbcad54dbca7aabc4adbdf3
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run-jdwp-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index d63b92f..e52fc3f 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -46,6 +46,8 @@ vm_command="--vm-command=$art" while true; do if [[ "$1" == "--mode=host" ]]; then + echo "Host testing currently disabled because of buildbot. Investigating..." + exit 0 # Specify bash explicitly since the art script cannot, since it has to run on the device # with mksh. art="bash out/host/linux-x86/bin/art" |