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:
parent
300be005a8
commit
f2b54835f2
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue