summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-01 09:30:53 +0000
committerphk <phk@FreeBSD.org>2003-06-01 09:30:53 +0000
commitf1c49df79eb826124854cc42b72b30fb5a6efffa (patch)
tree9cfc8bd34a029f381fe06c6fd7f7e4847a005c04 /sbin
parent78a926d30612a8bc02afa3a51477fb22dd9e9fea (diff)
downloadFreeBSD-src-f1c49df79eb826124854cc42b72b30fb5a6efffa.zip
FreeBSD-src-f1c49df79eb826124854cc42b72b30fb5a6efffa.tar.gz
Add pc98 arch to test set.
Remove ktrace which leaked out of test-setup.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bsdlabel/runtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/bsdlabel/runtest.sh b/sbin/bsdlabel/runtest.sh
index 373ae40..e7f3e96 100644
--- a/sbin/bsdlabel/runtest.sh
+++ b/sbin/bsdlabel/runtest.sh
@@ -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
OpenPOWER on IntegriCloud