summaryrefslogtreecommitdiffstats
path: root/common/scripts/service-check-gfx.sh
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-11-26 10:07:37 +0100
committerCorentin LABBE <clabbe@baylibre.com>2019-11-26 10:33:15 +0100
commitcd64f3d0e996ff86f9a45904d9a3ea76e3f49a66 (patch)
tree95fcd3f7244c86de7050f2105f57adcdaa1e5041 /common/scripts/service-check-gfx.sh
parent13329bab4eb245aef71ebfc33caadca7ad101cac (diff)
SPEC-2970: Improove logging size
When TERM is dump, the width of logging is cropped at 80columns which made debugging harder. This patchs increase columns size to 1000. Bug-AGL: SPEC-2970 Change-Id: Ia70136b6aa6242362b1286631ae4b00ab567ae2e Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'common/scripts/service-check-gfx.sh')
-rwxr-xr-xcommon/scripts/service-check-gfx.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh
index 825ed7a..e4804e3 100755
--- a/common/scripts/service-check-gfx.sh
+++ b/common/scripts/service-check-gfx.sh
@@ -2,6 +2,7 @@
export LANG=C
export TERM=dumb
+export COLUMNS=1000
while getopts ":b:d:" option; do
case "${option}" in