We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0873b commit 014a917Copy full SHA for 014a917
ci/run_tests.sh
@@ -240,7 +240,7 @@ export FPM_CFLAGS="-g -O0 -fno-omit-frame-pointer"
240
export FPM_LDFLAGS="-g"
241
242
# Now run tests under LLDB
243
-"$fpm" test --runner "lldb -o 'run' -o 'bt all' -o 'thread list' -o 'image list' -o 'quit' --"
+"$fpm" test --verbose --runner "lldb -o 'run' -o 'bt all' -o 'thread list' -o 'image list' -o 'quit' --"
244
245
popd
246
0 commit comments