Skip to content

Commit

Permalink
More test output experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 2, 2024
1 parent 60ab51d commit 81e0bc3
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,15 +570,18 @@ jobs:
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\cli
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\lib
working-directory: ${{ runner.temp }}/release
#- name: Test StatusService
# if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
# shell: bash
# run: |
# echo './*/test/unit/lib/testStatusService.exe'
# ls -l ./*/test/unit/lib/testStatusService.exe
# ./coverage/test/unit/lib/testStatusService.exe -v2 -vs 2>&1
# ./release/test/unit/lib/testStatusService.exe -v2 -vs 2>&1
# working-directory: ${{ runner.temp }}
- name: Test StatusService 1
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
run: 'D:\a\_temp\coverage\test\unit\lib\testStatusService.exe "-o" "StatusService.tap,tap" "-o" "-,txt" 2>&1'
- name: Test StatusService 2
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
run: 'D:\a\_temp\release\test\unit\lib\testStatusService.exe "-o" "StatusService.tap,tap" "-o" "-,txt" 2>&1'
- name: Test StatusService 3
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
run: 'D:\a\_temp\coverage\test\unit\lib\testStatusService.exe 2>&1'
- name: Test StatusService 4
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
run: 'D:\a\_temp\release\test\unit\lib\testStatusService.exe 2>&1'
- name: Test w/ coverage # We can't execute arm64 binaries on an x86-64 host.
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%/coverage" --extra-verbose 2>&1
Expand Down

0 comments on commit 81e0bc3

Please sign in to comment.