diff options
| author | Eddie Santos <[email protected]> | 2025-06-17 08:24:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-17 15:24:07 +0000 |
| commit | c3971754bf4bd5877d7a57c523b981c09d4fa35d (patch) | |
| tree | bda44458964d2c141977e321ed39cfd2dba99a8d /integration-tests/run-tests.js | |
| parent | bc3fa71234638abd623479d81b52302c21630e87 (diff) | |
Auto-update notifications (#1110)
Diffstat (limited to 'integration-tests/run-tests.js')
| -rw-r--r-- | integration-tests/run-tests.js | 1 |
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, |
