summaryrefslogtreecommitdiff
path: root/fmq_benchmark
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:26:17 -0700
commit3e228e99d389d9649f0dea59a42cf4a6d6b177f4 (patch)
tree0ff019f841805c905bf6f40a4ad64898bccd758d /fmq_benchmark
parent04538ffdca38754da367d51ed825999727654654 (diff)
downloadperformance-3e228e99d389d9649f0dea59a42cf4a6d6b177f4.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
Diffstat (limited to 'fmq_benchmark')
-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)
])