- Allow regression tests to be run under ruby 1.9

still has issues w/ it, stick to 1.8 for now

PR:             ports/160402
Submitted by:   Mikhail T. <mi@aldan.algebra.com>
Approved by:    maintainer timeout (knu ; 159 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
This commit is contained in:
Philip M. Gollucci 2012-02-08 18:54:33 +00:00
parent fc3cc99844
commit e34e40cf9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290726

View file

@ -68,6 +68,7 @@ post-install:
.endif
regression-test:
@${MKDIR} ${BUILD_WRKSRC}/tmp
( cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test )