Skip to content

Commit

Permalink
do not trigger ctest in build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and arogge committed Nov 5, 2020
1 parent 0a1d2e0 commit 26d44e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ post-install:
@${MKDIR} ${STAGEDIR}/var/log/bareos
@${MKDIR} ${STAGEDIR}/var/run/bareos

post-build:
cd ${CONFIGURE_WRKSRC} && REGRESS_DEBUG=1 ctest --label-exclude broken --no-compress-output --parallel 10 --repeat until-pass:2 --dashboard Continuous || echo "ctest result:$?"
#post-build:
# cd ${CONFIGURE_WRKSRC} && REGRESS_DEBUG=1 ctest --label-exclude broken --no-compress-output --parallel 10 --repeat until-pass:2 --dashboard Continuous || echo "ctest result:$?"

.include <bsd.port.mk>

0 comments on commit 26d44e7

Please sign in to comment.