Skip to content

Commit c8e43d2

Browse files
update torch xpu ut log name
1 parent 050196a commit c8e43d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux_ut.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
if [ -f "test/test_xpu.py" ]; then
228228
test_cmd="${test_cmd} test_xpu.py"
229229
fi
230-
eval $test_cmd 2>&1 | tee ${{ github.workspace }}/ut_log/torch_xpu/Inductor_ut_torch_xpu_test.log
230+
eval $test_cmd 2>&1 | tee ${{ github.workspace }}/ut_log/torch_xpu/torch_xpu_test.log
231231
- name: UT Test Results Check
232232
shell: bash
233233
run: |

0 commit comments

Comments
 (0)