Home | History | Annotate | Download | only in ltp

Lines Matching refs:scenfile

123     local scenfile=""
261 while read scenfile; do
263 scenfile=${LTPROOT}/runtest/$scenfile
268 [ -f "$scenfile" ] || continue
270 cat $scenfile >> "$TMP/alltests" || {
306 for scenfile in `echo "$CMDFILES" | tr ',' ' '`
308 [ -f "$scenfile" ] || scenfile="$LTPROOT/runtest/$scenfile"
309 cat "$scenfile" >> ${TMP}/alltests || \