More video checks.
This commit is contained in:
parent
92323d1fb0
commit
b7c036bce3
8 changed files with 510 additions and 128 deletions
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
. "@builddir@/grub-core/modinfo.sh"
|
||||
|
||||
out=`echo all_functional_test | @builddir@/grub-shell`
|
||||
out=`echo all_functional_test | @builddir@/grub-shell --timeout=3600`
|
||||
|
||||
if [ "$(echo "$out" | tail -n 1)" != "ALL TESTS PASSED" ]; then
|
||||
echo "Functional test failure: $out"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue