mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 05:44:59 +00:00
Make test quiet.
This commit is contained in:
@@ -30,7 +30,7 @@ ls -1 $TMPDIR/collect | sort > $TMPDIR/collect-files
|
||||
# Else, those files should not exist.
|
||||
if [ -f /proc/diskstats ]; then
|
||||
cmd_ok \
|
||||
"grep '[0-9]' $TMPDIR/collect/2011_12_05-diskstats" \
|
||||
"grep -q '[0-9]' $TMPDIR/collect/2011_12_05-diskstats" \
|
||||
"/proc/diskstats"
|
||||
else
|
||||
test -f $TMPDIR/collect/2011_12_05-diskstats
|
||||
|
Reference in New Issue
Block a user