We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a450e56 commit bac2768Copy full SHA for bac2768
.github/scripts/run_tests.sh
@@ -58,8 +58,8 @@ function run_torch_xla_cpp_tests() {
58
"test_xla_sharding"
59
"test_runtime"
60
"test_status"
61
- "test_status_DontShowCppErrorContext"
62
- "test_status_ShowCppErrorContext")
+ "test_status_dont_show_cpp_error_context"
+ "test_status_show_cpp_error_context")
63
for name in "${test_names[@]}"; do
64
echo "Running $name cpp test..."
65
/tmp/test/bin/${name}
0 commit comments