HomeSort by relevance Sort by last modified time
    Searched refs:TESTLOG (Results 1 - 2 of 2) sorted by null

  /system/core/crash_reporter/
warn_collector_test.sh 34 TESTLOG="${OUT}/warn-test-log"
45 if [[ ! -f ${TESTLOG} ]]; then
46 fail "${TESTLOG} was not created"
48 if [[ $(wc -l < "${TESTLOG}") -ne ${n_expected} ]]; then
49 fail "expected ${n_expected} lines in ${TESTLOG}, found this instead:
50 $(<"${TESTLOG}")"
52 if egrep -qv '^[0-9a-f]{8}' "${TESTLOG}"; then
53 fail "found bad lines in ${TESTLOG}:
54 $(<"${TESTLOG}")"
58 rm -f "${TESTLOG}"
    [all...]
  /external/netperf/doc/examples/
runemomniaggdemo.sh 17 echo "Starting netperfs at $NOW for $TEST" | tee $TESTLOG
27 echo "Starting netperfs on localhost targeting ${TARGET} for $TEST" | tee -a $TESTLOG
39 echo "Pausing for $DURATION seconds at $NOW with $i netperfs running for $TEST" | tee -a $TESTLOG
43 echo "Resuming at $NOW for $TEST" | tee -a $TESTLOG
48 echo "Netperfs started by $NOW for $TEST" | tee -a $TESTLOG
58 echo "Netperfs stopping $NOW for $TEST" | tee -a $TESTLOG
62 echo "Netperfs stopped $NOW for $TEST" | tee -a $TESTLOG
74 echo "Starting netperfs at $NOW for $TEST" | tee $TESTLOG
84 echo "Starting netperfs on localhost targeting ${TARGET} for $TEST" | tee -a $TESTLOG
94 echo "Pausing for $DURATION seconds at $NOW with $i netperfs running for $TEST" | tee -a $TESTLOG
    [all...]

Completed in 3728 milliseconds