Skip to content

Commit

Permalink
Fix report log on failure (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm authored Apr 30, 2024
1 parent bdc3c2b commit 6e8372a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/build-kit/install_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cmake \

ninja -j$(nproc) -C build install

ninja -j$(nproc) -C build test
trap "cp build/Testing/Temporary/LastTest.log /ext/ctest-report" EXIT

cp build/Testing/Temporary/LastTest.log /ext/ctest-report
ninja -j$(nproc) -C build test

0 comments on commit 6e8372a

Please sign in to comment.