mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fixed bench marking of other filesystems.
Added error message if bonnie++ is not installed.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
##/bin/sh
|
||||
|
||||
#check dbench is installed
|
||||
if [ "`whereis dbench`" == "dbench:"]; then
|
||||
echo $0 error dbench not installed.
|
||||
exit
|
||||
fi
|
||||
|
||||
_run_dbench()
|
||||
{
|
||||
mkdir ./dbench || exit 1
|
||||
|
||||
Reference in New Issue
Block a user