Add pc98 arch to test set.

Remove ktrace which leaked out of test-setup.
This commit is contained in:
Poul-Henning Kamp 2003-06-01 09:30:53 +00:00
parent b3c481ae1a
commit 20fc95cbdd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115616

View File

@ -3,7 +3,7 @@
TMP=/tmp/$$.
set -e
for ARCH in i386 alpha
for ARCH in i386 alpha pc98
do
echo "ARCH $ARCH"
MD=`mdconfig -a -t malloc -s 2m`
@ -140,7 +140,7 @@ do
fi
exec 7> /dev/${MD}c
if ktrace ./bsdlabel -m ${ARCH} -B -b ${TMP}b0 ${MD} ; then
if ./bsdlabel -m ${ARCH} -B -b ${TMP}b0 ${MD} ; then
if [ ! -c /dev/${MD}a ] ; then
echo "FAILED: Writing bootcode killed ...a" 1>&2
exit 2