Skip to content

Commit 9b4eefa

Browse files
authored
Specify --verbose to ctest instead of --output-on-failure (#9649)
1 parent f928ad0 commit 9b4eefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ case "$product-$platform-$method" in
356356

357357
echo "Building cmake build ..."
358358
ninja -k 10 all
359-
ctest --output-on-failure
359+
ctest --verbose
360360
)
361361
;;
362362

0 commit comments

Comments
 (0)