From: Joel Rosdahl Date: Sat, 29 Jun 2019 18:38:56 +0000 (+0200) Subject: Don’t enable unit test verbosity in Travis X-Git-Tag: v3.7.2~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f65ca59376dc583cd8bb890b0ea9b19f31524c83;p=thirdparty%2Fccache.git Don’t enable unit test verbosity in Travis It’s way too spammy. --- diff --git a/unittest/main.c b/unittest/main.c index 6a7b9800a..f44379c7e 100644 --- a/unittest/main.c +++ b/unittest/main.c @@ -74,10 +74,6 @@ main(int argc, char **argv) } } - if (getenv("TRAVIS")) { - verbose = 1; - } - testdir = format("testdir.%d", (int)getpid()); cct_create_fresh_dir(testdir); dir_before = gnu_getcwd();