Skip to content
Snippets Groups Projects
Commit 36ff6202 authored by Daniel Agar's avatar Daniel Agar
Browse files

Jenkins unit tests coverage force pass for now

parent c3cf5e68
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ pipeline {
failure {
sh('ls -a')
sh('find . -name core')
sh('gdb --batch --quiet -ex "thread apply all bt full" -ex "quit" build/posix_sitl_default/px4 core')
sh('gdb --batch --quiet -ex "thread apply all bt full" -ex "quit" build/posix_sitl_default/px4 core || true') // always pass for now
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment