mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +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.
|
# Else, those files should not exist.
|
||||||
if [ -f /proc/diskstats ]; then
|
if [ -f /proc/diskstats ]; then
|
||||||
cmd_ok \
|
cmd_ok \
|
||||||
"grep '[0-9]' $TMPDIR/collect/2011_12_05-diskstats" \
|
"grep -q '[0-9]' $TMPDIR/collect/2011_12_05-diskstats" \
|
||||||
"/proc/diskstats"
|
"/proc/diskstats"
|
||||||
else
|
else
|
||||||
test -f $TMPDIR/collect/2011_12_05-diskstats
|
test -f $TMPDIR/collect/2011_12_05-diskstats
|
||||||
|
Reference in New Issue
Block a user