Home | History | Annotate | Download | only in ltp

Lines Matching refs:DMESG_DIR

216     local DMESG_DIR=
341 DMESG_DIR="$OPTARG-dmesg-output-`echo $$-``date +%X | tr -d ' '`";;
343 DMESG_DIR="$LTPROOT/output/$OPTARG-dmesg-output-`echo $$-``date +%X | tr -d ' '`";;
345 mkdir -p $DMESG_DIR
798 awk -v DMESG_DIR=$DMESG_DIR \
820 # $DMESG_DIR is used to cache messages obtained from dmesg after a test run.
821 # Proactively reap all of the 0-byte files in $DMESG_DIR as they have zero value
825 if ! find "$DMESG_DIR" -size 0 -exec rm {} + ; then
826 echo "cd to $DMESG_DIR failed: $?"
828 if [ -n "$(ls "$DMESG_DIR")" ] ; then