summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-07-31 16:24:17 -0700
committerYifan Hong <elsk@google.com>2017-07-31 16:25:36 -0700
commitc2fe6da44d86393d983c9d68d4a097685851116d (patch)
tree0ff019f841805c905bf6f40a4ad64898bccd758d
parent364d1e0d253e8e923b45f6760245cb4d092a9dbe (diff)
downloadperformance-c2fe6da44d86393d983c9d68d4a097685851116d.tar.gz
FMQ benchmark add TREBLE_TESTING_OVERRIDE
Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module FmqPerformanceTest -l INFO Bug: 63974414 Change-Id: Ia31ab6748ccfe0412323524a5a689853185972e3 Merged-In: Ia31ab6748ccfe0412323524a5a689853185972e3
-rw-r--r--fmq_benchmark/FmqPerformanceTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmq_benchmark/FmqPerformanceTest.py b/fmq_benchmark/FmqPerformanceTest.py
index 4013a1e..3ea35bf 100644
--- a/fmq_benchmark/FmqPerformanceTest.py
+++ b/fmq_benchmark/FmqPerformanceTest.py
@@ -94,7 +94,7 @@ class FmqPerformanceTest(base_test.BaseTestClass):
binary = "/data/local/tmp/%s/mq_benchmark_client%s" % (bits, bits)
results = self.dut.shell.one.Execute([
- "chmod 755 %s" % binary, "LD_LIBRARY_PATH=/data/local/tmp/%s:"
+ "chmod 755 %s" % binary, "TREBLE_TESTING_OVERRIDE=true LD_LIBRARY_PATH=/data/local/tmp/%s:"
"$LD_LIBRARY_PATH %s" % (bits, binary)
])