Lines Matching refs:scenfile
222 local scenfile=
590 cat $SCENARIO_LISTS | while read scenfile; do
591 scenfile=${LTPROOT}/runtest/$scenfile
592 [ -f "$scenfile" ] || continue
594 cat $scenfile >> "$TMP/alltests" || {
606 for scenfile in `echo "$CMDFILES" | tr ',' ' '`
608 [ -f "$scenfile" ] || scenfile="$LTPROOT/runtest/$scenfile"
609 cat "$scenfile" >> ${TMP}/alltests || \