Commits


Yi Zhang authored and GitHub committed 6d43d51eb04
[Fix] No test result report while not using ctest (#15976) ### Description 1. Set gtest output while ctest is set to empty. 2. onnx_src in _deps shouldn't be removed because onnx_test_pytorch_converted and onnx_test_pytorch_converted need to read data from onnx/backend/test/data/.. ### Motivation and Context Test result report is important to find the flaky tests. ### To do Tests are not inconsistent. If ctest_path is empty, onnx_test_pytorch_converted and onnx_test_pytorch_converted will not be executed, if it's not, onnxruntime_mlas_test will not be executed. https://github.com/microsoft/onnxruntime/blob/270c09a37f36e13ee986144b2385199d23e030a0/tools/ci_build/build.py#L1743-L1753