minor cleanups

This commit is contained in:
BVK Chaitanya 2010-08-19 17:50:05 +05:30
parent 16c7cb32c8
commit 34980574fc
4 changed files with 23 additions and 5 deletions

View file

@ -1,3 +1,3 @@
#! @abs_top_builddir@/grub-shell-tester --modules=echo
#! @builddir@/grub-shell-tester --modules=echo
echo "hello world"

View file

@ -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}

View file

@ -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