minor cleanups
This commit is contained in:
parent
16c7cb32c8
commit
34980574fc
4 changed files with 23 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
|||
#! @abs_top_builddir@/grub-shell-tester --modules=echo
|
||||
#! @builddir@/grub-shell-tester --modules=echo
|
||||
|
||||
echo "hello world"
|
||||
|
|
|
@ -91,7 +91,7 @@ if [ "x${source}" = x ] ; then
|
|||
fi
|
||||
|
||||
outfile1=`mktemp`
|
||||
@abs_top_builddir@/grub-shell --qemu-opts="${qemuopts}" --modules=${modules} ${source} >${outfile1}
|
||||
@builddir@/grub-shell --qemu-opts="${qemuopts}" --modules=${modules} ${source} >${outfile1}
|
||||
|
||||
outfile2=`mktemp`
|
||||
bash ${source} >${outfile2}
|
||||
|
|
|
@ -124,7 +124,7 @@ halt
|
|||
EOF
|
||||
|
||||
isofile=`mktemp`
|
||||
sh @abs_top_builddir@/grub-mkrescue --grub-mkimage=${builddir}/grub-mkimage \
|
||||
sh @builddir@/grub-mkrescue --grub-mkimage=${builddir}/grub-mkimage \
|
||||
--override-directory=${builddir}/grub-core --output=${isofile} \
|
||||
boot/grub/grub.cfg=${cfgfile} \
|
||||
/boot/grub/testcase.cfg=${source} >/dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue