summaryrefslogtreecommitdiff
path: root/integration-tests/run-tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/run-tests.js')
-rw-r--r--integration-tests/run-tests.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/run-tests.js b/integration-tests/run-tests.js
index d4b9cf49..1573ab59 100644
--- a/integration-tests/run-tests.js
+++ b/integration-tests/run-tests.js
@@ -77,6 +77,7 @@ async function main() {
stdio: 'pipe',
env: {
...process.env,
+ GEMINI_CLI_INTEGRATION_TEST: 'true',
INTEGRATION_TEST_FILE_DIR: testFileDir,
KEEP_OUTPUT: keepOutput.toString(),
TEST_FILE_NAME: testFileName,