Skip to content

Commit bac2768

Browse files
committed
Fix test names.
1 parent a450e56 commit bac2768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ function run_torch_xla_cpp_tests() {
5858
"test_xla_sharding"
5959
"test_runtime"
6060
"test_status"
61-
"test_status_DontShowCppErrorContext"
62-
"test_status_ShowCppErrorContext")
61+
"test_status_dont_show_cpp_error_context"
62+
"test_status_show_cpp_error_context")
6363
for name in "${test_names[@]}"; do
6464
echo "Running $name cpp test..."
6565
/tmp/test/bin/${name}

0 commit comments

Comments
 (0)