Skip to content

Commit

Permalink
test: run pytest --verbose in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 9, 2020
1 parent c198a94 commit ea0236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docker/docker-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ autoreconf -i
make -j

xvfb-run make distcheck \
PYTESTFLAGS="--numprocesses=auto --dist=loadfile" \
PYTESTFLAGS="--verbose --numprocesses=auto --dist=loadfile" \
RUNTESTFLAGS="--all --verbose"

0 comments on commit ea0236e

Please sign in to comment.