Skip to content

Commit

Permalink
Use a consistent look for openqa tests even via SSH (bsc#920635).
Browse files Browse the repository at this point in the history
via --fullscreen etc
  • Loading branch information
mvidner committed Mar 16, 2015
1 parent 09ae926 commit 87ce01e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions startup/YaST2.call
Expand Up @@ -341,6 +341,11 @@ function prepare_for_ssh () {
# prepare SSH installation
# ---
#
# bsc#920635 consistent look for openqa tests even via ssh
if [ "$Y2FULLSCREEN" = 1 ]; then
log "\tFull screen mode requested"
Y2_UI_ARGS="--fullscreen --noborder --auto-fonts"
fi
set_inst_qt_env
}

Expand Down

0 comments on commit 87ce01e

Please sign in to comment.