From 5178e43f9ba598053206dc34f6eb2f90ec4598d4 Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Sun, 10 Feb 2019 15:53:34 -0800 Subject: [PATCH] Turn off IB_VERBOSE in default config Former-commit-id: f736bd0bdb5eb2dd14a18709e3b32eee83f3832e --- tests/test_cmds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh index 7f00314a3..990226e0d 100755 --- a/tests/test_cmds.sh +++ b/tests/test_cmds.sh @@ -15,7 +15,7 @@ do_tests() build_only=0 - export IB_VERBOSE=1 +# export IB_VERBOSE=1 progs_pass="" progs_fail="" -- GitLab