Skip to content

Commit 5a0873b

Browse files
committed
Update run_tests.sh
1 parent 3d2336c commit 5a0873b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/run_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ export FPM_CFLAGS="-g -O0 -fno-omit-frame-pointer"
240240
export FPM_LDFLAGS="-g"
241241

242242
# Now run tests under LLDB
243-
fpm test \
244-
--runner "lldb -o 'run' -o 'bt all' -o 'thread list' -o 'image list' -o 'quit' --"
243+
"$fpm" test --runner "lldb -o 'run' -o 'bt all' -o 'thread list' -o 'image list' -o 'quit' --"
245244

246245
popd
247246

0 commit comments

Comments
 (0)