DEBUGGING - add step to run unit test with more logging

This commit is contained in:
edgchen1 2025-01-24 14:15:00 -08:00
parent 366f150c97
commit f78477bad4

View file

@ -77,6 +77,12 @@ jobs:
--update --build --parallel
displayName: Build QNN EP
- script: |
export ORT_UNIT_TEST_MAIN_LOG_LEVEL=0
./onnxruntime_test_all --gtest_filter="QnnCPUBackendTests.AveragePool_AsGlobal"
displayName: Run QnnCPUBackendTests.AveragePool_AsGlobal unit test
workingDirectory: $(Build.SourcesDirectory)/build/Release
- script: |
python3 tools/ci_build/build.py \
--build_dir build \