Lines Matching refs:last
60 if [ "${last}" = "KLEXT" ]; then
68 elif [ "${last}" = "KLLBL" ]; then
76 elif [ "${last}" = "KLUID" ]; then
84 elif [ "${last}" = "KLRAW" ]; then
85 mkdir -p "${COREDIR}/${last}"
89 dd if="${RAW_PART}" of="${COREDIR}/${last}/vmcore" bs=1024
92 elif [ "${last}" = "KNSCP" ]; then
101 mkdir -p "${COREDIR}/${last}"
106 scp -i ~/.ssh/kdump_id_rsa "${SCP_PATH}:${file}" "${COREDIR}/${last}"
110 elif [ "${last}" = "KNNFS" ]; then
125 if [ -z "${last}" ]; then
131 echo "Verifying the result of previous test ${last}."
135 echo "$(date +%F-%T): verification of test ${last} passed." \
139 >>"${ldir}/${ITERATION}.${last}.$(date +%F-%T)"
145 echo "$(date +%F-%T): verification of test ${last} failed:\
148 >>"${ldir}/${ITERATION}.${last}.$(date +%F-%T)"
259 last=${i}