Disable progress indicator in grub-shell.

This disables progress indicator for tests. This in turn fixes test
flakiness as they ended up timing-dependent.
This commit is contained in:
Vladimir Serbinenko 2016-01-05 12:47:30 +01:00
parent 300be005a8
commit f2b54835f2
2 changed files with 8 additions and 0 deletions

View file

@ -289,6 +289,8 @@ fi
cfgfile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
cat <<EOF >${cfgfile}
grubshell=yes
enable_progress_indicator=0
export enable_progress_indicator
EOF