summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2018-05-23 16:23:27 +0100
committerOrion Hodson <oth@google.com>2018-05-24 09:54:59 +0100
commit4a1cac420b34cc23458742e0deb67116b69b93eb (patch)
tree9f8cde8c7b94b14b5597a3c8e7b9a0e641437201 /test.py
parentd804b76c0b8f9d2c94f3a8648aba26254742a1e2 (diff)
ART: Remove jack from test
Test: art/test.py --host Change-Id: I31b0c0d57d344f54a8c0545fd32c81a893b4ec75
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test.py b/test.py
index 047d8125fb..bc15736bd8 100755
--- a/test.py
+++ b/test.py
@@ -64,11 +64,8 @@ if options.gtest or not options.run_test:
build_command = 'make'
build_command += ' -j' + str(options.n_threads)
-
build_command += ' -C ' + ANDROID_BUILD_TOP
build_command += ' ' + build_target
- # Add 'dist' to avoid Jack issues b/36169180.
- build_command += ' dist'
print build_command