Skip to content

Commit 3ac4014

Browse files
authored
d
1 parent 3dedba5 commit 3ac4014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-cmd.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ case "$AUTOBUILD_PLATFORM" in
6565
# conditionally run unit tests
6666
if [ "${DISABLE_UNIT_TESTS:-0}" = "0" ]; then
6767
ctest --test-dir . -C Debug
68+
cat Testing/Temporary/LastTest.log
6869
fi
6970

7071
cp $stage/debug/bin/*.dll $stage/lib/debug/
@@ -83,6 +84,7 @@ case "$AUTOBUILD_PLATFORM" in
8384
# conditionally run unit tests
8485
if [ "${DISABLE_UNIT_TESTS:-0}" = "0" ]; then
8586
ctest --test-dir . -C Release
87+
cat Testing/Temporary/LastTest.log
8688
fi
8789

8890
cp $stage/release/bin/*.dll $stage/lib/release/

0 commit comments

Comments
 (0)