Home
last modified time | relevance | path

Searched refs:DMESG_DIR (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/
H A Drunltp216 local DMESG_DIR=
342 DMESG_DIR="$OPTARG-dmesg-output-`echo $$-``date +%X | tr -d ' '`";;
344 DMESG_DIR="$LTPROOT/output/$OPTARG-dmesg-output-`echo $$-``date +%X | tr -d ' '`";;
346 mkdir -p $DMESG_DIR
799 awk -v DMESG_DIR=$DMESG_DIR \
821 # $DMESG_DIR is used to cache messages obtained from dmesg after a test run.
822 # Proactively reap all of the 0-byte files in $DMESG_DIR as they have zero value
826 if ! find "$DMESG_DIR" -size 0 -exec rm {} + ; then
827 echo "cd to $DMESG_DIR faile
[all...]

Completed in 2 milliseconds