diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-12 16:37:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-12 16:37:45 +0800 |
commit | 1d95d06d9625bd329d860f97e00dfc67a695c66b (patch) | |
tree | 010987958044c06a977db10321bad9e02c5b2c4a /net | |
parent | cc9107224e40010e76be0f8e9aff6a5946ac6dcd (diff) | |
download | freebsd-ports-gnome-1d95d06d9625bd329d860f97e00dfc67a695c66b.tar.gz freebsd-ports-gnome-1d95d06d9625bd329d860f97e00dfc67a695c66b.tar.zst freebsd-ports-gnome-1d95d06d9625bd329d860f97e00dfc67a695c66b.zip |
- Switch to new test framework
Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r-- | net/py-oauth2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-oauth2/Makefile b/net/py-oauth2/Makefile index 62db5178fde6..c9aebb3d5ad8 100644 --- a/net/py-oauth2/Makefile +++ b/net/py-oauth2/Makefile @@ -25,7 +25,7 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> |