mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Very minor fixups.
Very minor fixups.
This commit is contained in:
@@ -150,9 +150,13 @@ fi
|
||||
passes=$1
|
||||
user=$2
|
||||
group=$3
|
||||
shift; shift; shift
|
||||
|
||||
benches=`echo run.* | sed -e 's/run\.//g'`
|
||||
[ $# -gt 3 ] && benches=$4
|
||||
if [ $# -gt 0 ]; then
|
||||
benches="$@"
|
||||
else
|
||||
benches=`echo run.* | sed -e 's/run\.//g'`
|
||||
fi
|
||||
[ -z "$benches" -o "$benches" = "*" ] && _fail "no benchmark scripts found"
|
||||
|
||||
trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
|
||||
Reference in New Issue
Block a user