Do not run tests in the test directory

The tests in the GrampsLogger directory should be moved into
gramps/gui/logger/test, but mainly duplicate the existing rotate
handler test.
This commit is contained in:
Nick Hall 2017-05-08 22:47:38 +01:00
parent 5ffb4bcfac
commit c6970e640c

View File

@ -106,7 +106,7 @@ script:
# from /usr/bin. Use libraries from /usr/lib/python3.4,
# /usr/local/lib/python3.4/dist-packages and /usr/lib/python3/dist-packages
- nosetests3 --nologcapture --with-coverage --cover-package=gramps $EXCLUDE
gramps test test/GrampsLogger
gramps
# FIXME: This should have run from the current directory, rather than from
# gramps, because there is some test code in that directory.