summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
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