43
43
# Generate a stream for PQM to watch.
46
45
$(PYTHON) -Werror -Wignore::ImportWarning -O ./bzr selftest --subunit $(tests) | tee selftest.log
48
46
# An empty log file should catch errors in the $(PYTHON)
49
47
# command above (the '|' swallow any errors since 'make'
50
48
# sees the 'tee' exit code for the whole line