SPEC-2970: Improove logging size
[src/qa-testdefinitions.git] / common / scripts / service-check-gfx.sh
index 9064dbd..e4804e3 100755 (executable)
@@ -2,6 +2,7 @@
 
 export LANG=C
 export TERM=dumb
+export COLUMNS=1000
 
 while getopts ":b:d:" option; do
     case "${option}" in
@@ -18,7 +19,7 @@ while getopts ":b:d:" option; do
     esac
 done
 
-REQUIREDSOCKETS="cynara.socket dbus.socket security-manager.socket"
+REQUIREDSOCKETS="dbus.socket security-manager.socket"
 REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service bluetooth.service"
 
 ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}"
@@ -60,4 +61,4 @@ echo "Only the failed systemd units:"
 echo "------------------------------------------------"
 ( systemctl list-units | grep failed ) || true
 
-exit 0
\ No newline at end of file
+exit 0