aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommon/scripts/application-lifecycle.sh1
-rwxr-xr-xcommon/scripts/service-check-gfx.sh1
-rwxr-xr-xcommon/scripts/service-check-nogfx.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh
index 13fed05..998391d 100755
--- a/common/scripts/application-lifecycle.sh
+++ b/common/scripts/application-lifecycle.sh
@@ -3,6 +3,7 @@
set -x
export TERM=dumb
+export COLUMNS=1000
AGLDRIVER=agl-driver
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
diff --git a/common/scripts/service-check-nogfx.sh b/common/scripts/service-check-nogfx.sh
index 6515377..a584e4e 100755
--- a/common/scripts/service-check-nogfx.sh
+++ b/common/scripts/service-check-nogfx.sh
@@ -2,6 +2,7 @@
export LANG=C
export TERM=dumb
+export COLUMNS=1000
REQUIREDSOCKETS="dbus.socket security-manager.socket"
REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service bluetooth.service"