From 954b9d2074dd23bb64bb2821e1020331569a111b Mon Sep 17 00:00:00 2001 From: Maximilien Colange Date: Wed, 1 Feb 2017 16:27:02 +0100 Subject: [PATCH] Update doc to reflect changes to Teamcity invokation. * HACKING: fix command-line invokation of make check for Teamcity. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 76bc86509..b170efc32 100644 --- a/HACKING +++ b/HACKING @@ -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