summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom_raid3/runtests.sh
blob: b22c1ff924bed8e933be8d9fe701ddcbfde969c5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# $FreeBSD$

dir=`dirname $0`

graid3 load >/dev/null 2>&1
for ts in `dirname $0`/test-*.sh; do
	sh $ts
done
graid3 unload
OpenPOWER on IntegriCloud