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 3d2336c commit 5a0873bCopy full SHA for 5a0873b
ci/run_tests.sh
@@ -240,8 +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 \
244
- --runner "lldb -o 'run' -o 'bt all' -o 'thread list' -o 'image list' -o 'quit' --"
+"$fpm" test --runner "lldb -o 'run' -o 'bt all' -o 'thread list' -o 'image list' -o 'quit' --"
245
246
popd
247
0 commit comments