Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiwen committed Sep 26, 2023
1 parent 543f4b9 commit 9c43a9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ test_pkg() {
ulimit -c unlimited
go test -c -v "${testargs[@]}" "./${pkg}"
show ./${pkg}.test
gdb rados.test core -ex bt -ex q | cat
gdb ${pkg}.test core -ex bt -ex q | cat
mkdir -p "${RESULTS_DIR}"
mv ${pkg}.test core ${RESULTS_DIR}
ret=$(($?+ret))
grep -v "^mode: count" "${pkg}.cover.out" >> "cover.out"
return ${ret}
Expand Down

0 comments on commit 9c43a9a

Please sign in to comment.