Update doc to reflect changes to Teamcity invokation.

* HACKING: fix command-line invokation of make check for Teamcity.
This commit is contained in:
Maximilien Colange 2017-02-01 16:27:02 +01:00
parent 0ada5900de
commit 954b9d2074

View file

@ -236,7 +236,7 @@ differently. When we use Teamcity (for continuous integration) we
change the output format to something that Teamcity will understand
with:
make check TEST_LOG_DRIVER=$PWD/tools/test-driver-teamcity
make check LOG_DRIVER=$PWD/tools/test-driver-teamcity
Coding conventions