ranger: replace pytest3 with make test

runs more tests

Closes #9741.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-12-03 03:34:15 -02:00 committed by Enno Boland
parent f983a5d8df
commit a7ceed35bd
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ distfiles="http://ranger.nongnu.org/${pkgname}-${version}.tar.gz"
checksum=1433f9f9958b104c97d4b23ab77a2ac37d3f98b826437b941052a55c01c721b4
do_check() {
pytest3
make test
}