Skip to content

Commit 63064c7

Browse files
committed
changes as per review
1 parent 401867e commit 63064c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.kokoro/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ fi
5757
# otherwise run all the sessions.
5858
if [[ -n "${SPANNER_DATABASE_DIALECT:-}" ]]; then
5959
export SPANNER_DATABASE_DIALECT = ${SPANNER_DATABASE_DIALECT:-}
60+
fi
61+
6062
if [[ -n "${NOX_SESSION:-}" ]]; then
6163
python3 -m nox -s ${NOX_SESSION:-}
6264
else

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def system(session):
280280
f"--junitxml=system_{session.python}_sponge_log.xml",
281281
system_test_path,
282282
*session.posargs,
283-
env={"SPANNER_DATABASE_DIALECT": database_dialect},
284283
)
285284
if system_test_folder_exists:
286285
session.run(
@@ -289,7 +288,6 @@ def system(session):
289288
f"--junitxml=system_{session.python}_sponge_log.xml",
290289
system_test_folder_path,
291290
*session.posargs,
292-
env={"SPANNER_DATABASE_DIALECT": database_dialect},
293291
)
294292

295293

0 commit comments

Comments
 (0)