Skip to content

Commit

Permalink
freebsd: run ctests once
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 18, 2021
1 parent 6cb66bb commit 35c2f4a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -12,5 +12,8 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \
post-patch:
@${REINPLACE_CMD} -e 's|pg_dump|/usr/local/bin/pg_dump|g' ${WRKSRC}/core/src/cats/make_catalog_backup.pl.in

pre-package:
if [ -f work/.build/Testing/TAG ]; then echo "Testing/TAG exists, not running ctest a second time"; else cd work/.build && REGRESS_DEBUG=1 ctest --label-exclude broken --parallel 10 --repeat until-pass:2 --dashboard Continuous || echo "ctest result:$?"; fi


.include "${MASTERDIR}/BareosCommonMakefile"

0 comments on commit 35c2f4a

Please sign in to comment.