Whamcloud - gitweb
LU-832 test: Add error check when running run-llog.sh
[fs/lustre-release.git] / lustre / tests / run-llog.sh
index 7c34dc6..edc582f 100644 (file)
@@ -12,7 +12,7 @@ set -x
 MGS=$($LCTL dl | awk '/mgs/ { print $4 }')
 [ -z "$MGS" ] && echo "$0: SKIP: no MGS available, skipping llog test" && exit 0
 
-load_module obdclass/llog_test || exit 0
+load_module obdclass/llog_test || exit 1
 $LCTL modules > $TMP/ogdb-$(hostname)
 echo "NOW reload debugging syms.."