mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 09:43:09 +00:00
Remove debug hack from collect.sh.
This commit is contained in:
@@ -23,10 +23,6 @@ local p="$TMPDIR/collect/2011_12_05"
|
|||||||
# Default collect, no extras like gdb, tcpdump, etc.
|
# Default collect, no extras like gdb, tcpdump, etc.
|
||||||
collect "$TMPDIR/collect" "2011_12_05" > $p-output 2>&1
|
collect "$TMPDIR/collect" "2011_12_05" > $p-output 2>&1
|
||||||
|
|
||||||
# XXX
|
|
||||||
ls $TMPDIR/collect
|
|
||||||
df
|
|
||||||
|
|
||||||
# Even if this system doesn't have all the cmds, collect should still
|
# Even if this system doesn't have all the cmds, collect should still
|
||||||
# have created some files for cmds that (hopefully) all systems have.
|
# have created some files for cmds that (hopefully) all systems have.
|
||||||
ls -1 $TMPDIR/collect | sort > $TMPDIR/collect-files
|
ls -1 $TMPDIR/collect | sort > $TMPDIR/collect-files
|
||||||
|
Reference in New Issue
Block a user