Whamcloud - gitweb
LU-15829 llite: don't use a kms if it invalid.
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 05c53a0..7046666 100755 (executable)
@@ -6930,6 +6930,10 @@ run_one_logged() {
                fi
 
                pass "$testnum" "(${duration_sub}s)"
+               if [ -n "${DUMP_OK}" ]; then
+                       gather_logs $(comma_list $(nodes_list))
+               fi
+
                log_sub_test_end $TEST_STATUS $duration_sub "$rc" "$test_error"
                [[ $rc != 0 ]] && break
        done