Skip to content

Commit

Permalink
CONTRIB: Fixed typo in env var for cuda_hooks gtest.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhmets committed Oct 18, 2024
1 parent b966dea commit e73d190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/test_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ run_malloc_hook_gtest() {

echo "==== Running cuda hooks with far jump, $compiler_name compiler ===="
$TIMEOUT env \
UCM_BISTRO_FORCE_FAR_JUMP=y \
UCX_MEM_BISTRO_FORCE_FAR_JUMP=y \
GTEST_FILTER='cuda_hooks.*' \
make -C test/gtest test
}
Expand Down

0 comments on commit e73d190

Please sign in to comment.