From: adilger Date: Sat, 5 Oct 2002 13:54:25 +0000 (+0000) Subject: Dump debug log at end of test in case of error. X-Git-Tag: 0.5.14~52 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=93294144b2c7bbf0299af8958f58846f8df62564;p=fs%2Flustre-release.git Dump debug log at end of test in case of error. --- diff --git a/lustre/tests/runtests b/lustre/tests/runtests index 1e2530a..b23cdff 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -14,7 +14,7 @@ fail() { export PATH=/sbin:/usr/sbin:$SRCDIR:$PATH cleanup() { - $LCONF --cleanup $OPTS + $LCONF --cleanup --dump /tmp/debug $OPTS trap 0 }