Searched refs:DMESG_DIR (Results 1 – 2 of 2) sorted by relevance
215 local DMESG_DIR=340 DMESG_DIR="$OPTARG-dmesg-output-`echo $$-``date +%X | tr -d ' '`";;342 DMESG_DIR="$LTPROOT/output/$OPTARG-dmesg-output-`echo $$-``date +%X | tr -d ' '`";;344 mkdir -p $DMESG_DIR797 awk -v DMESG_DIR=$DMESG_DIR \819 # $DMESG_DIR is used to cache messages obtained from dmesg after a test run.820 # Proactively reap all of the 0-byte files in $DMESG_DIR as they have zero value824 if ! find "$DMESG_DIR" -size 0 -exec rm {} + ; then825 echo "cd to $DMESG_DIR failed: $?"827 if [ -n "$(ls "$DMESG_DIR")" ] ; then
30 s = s "; dmesg > " DMESG_DIR "/" $1 ".dmesg.log"