From 93294144b2c7bbf0299af8958f58846f8df62564 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 5 Oct 2002 13:54:25 +0000 Subject: [PATCH] Dump debug log at end of test in case of error. --- lustre/tests/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 1.8.3.1