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