aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 19:04:26 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 19:04:26 +0000
commit28340c2a7e78cddc9bf16bcb9152aa5d87db34c2 (patch)
treeeacf2bf0b7030e448973d5960ae8b200887f2915
parenta47af1cbef54f7640022ac1dcf2eb65f88cfb109 (diff)
parent360b0817cb0652458fb3023b7e48000fb9321e8a (diff)
downloadcsuite-aml_tz5_341510010.tar.gz
Snap for 11296156 from 360b0817cb0652458fb3023b7e48000fb9321e8a to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I67d047be3690765eaf14329462e6782c05349bbe
-rw-r--r--integration_tests/csuite_test_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/integration_tests/csuite_test_utils.py b/integration_tests/csuite_test_utils.py
index 489f348..39d5ba4 100644
--- a/integration_tests/csuite_test_utils.py
+++ b/integration_tests/csuite_test_utils.py
@@ -93,7 +93,8 @@ class CSuiteHarness(contextlib.AbstractContextManager):
# Unset environment variables that might cause the TradeFed to load classes
# that weren't included in the standalone suite zip.
env.pop('TF_GLOBAL_CONFIG', None)
-
+ # Ensure the process operates in standalone mode
+ env['LOCAL_MODE'] = "1"
# Set the environment variable that TradeFed requires to find test modules.
env['ANDROID_TARGET_OUT_TESTCASES'] = self._testcases_dir
jdk17_path = '/jdk/jdk17/linux-x86'