We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ee7ed commit 644e11fCopy full SHA for 644e11f
Makefile
@@ -36,7 +36,7 @@ sphinx-%: build
36
@echo Output has been generated in build/docs
37
38
check: build
39
- $(PYTHON) -m py.test $(builddir) docs $(TESTFLAGS)
+ (cd $(builddir) && $(PYTHON) -m py.test . ../../docs $(TESTFLAGS))
40
41
TAGS: $(shell git ls-files systemd/*.[ch])
42
$(ETAGS) $+
0 commit comments