Skip to content

Commit 604b450

Browse files
committed
Add test
1 parent 1b8d32c commit 604b450

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -euo pipefail
@@ -133,7 +133,7 @@ status_from_rc() {
133133
run_pytest() {
134134
# Run pytest safely under set -e and return its exit code
135135
set +e
136-
python -m pytest "${PYTEST_FLAGS[@]}" "$@"
136+
CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM=0 python -m pytest "${PYTEST_FLAGS[@]}" "$@"
137137
local rc=$?
138138
set -e
139139
return ${rc}

0 commit comments

Comments
 (0)