meh
This commit is contained in:
parent
1e735b1d6f
commit
cacbf3bf7d
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -128,8 +128,7 @@ test: localbuild
|
||||||
env LANG=en_US.utf-8 http_proxy="" $(PYTHON) -m pytest $(PYTESTOPTS) $(TESTOPTS) $(TESTS)
|
env LANG=en_US.utf-8 http_proxy="" $(PYTHON) -m pytest $(PYTESTOPTS) $(TESTOPTS) $(TESTS)
|
||||||
|
|
||||||
testall: localbuild
|
testall: localbuild
|
||||||
-env LANG=en_UR.utf-8 http_proxy="" TESTALL=1 $(PYTHON) -m pytest $(PYTESTOPTS) $(TESTOPTS) $(TESTS)
|
env LANG=en_UR.utf-8 http_proxy="" TESTALL=1 $(PYTHON) -m pytest $(PYTESTOPTS) $(TESTOPTS) $(TESTS)
|
||||||
cp testresults.txt doc/web/data
|
|
||||||
|
|
||||||
deb:
|
deb:
|
||||||
# Build an official .deb package; only useful for Debian maintainers.
|
# Build an official .deb package; only useful for Debian maintainers.
|
||||||
|
|
Loading…
Reference in a new issue