Searched refs:RESULT_LOG (Results 1 – 8 of 8) sorted by relevance
11 RESULT_LOG="result.log"22 RESULT_LOG="$PREFIX_LOG/$RESULT_LOG"34 echo "there is no error on test loopback" > $RESULT_LOG70 echo "ERROR! $wav Left Pk lev dB: $l_pk > $threshold_db" >> $RESULT_LOG72 echo "OK! $wav Left Pk lev dB: $l_pk < $threshold_db" >> $RESULT_LOG85 echo "ERROR! $wav Right Pk lev dB: $r_pk > $threshold_db" >> $RESULT_LOG87 echo "OK! $wav Right Pk lev dB: $r_pk < $threshold_db" >> $RESULT_LOG
4 RESULT_LOG=${RESULT_DIR}/stressapptest.log14 echo "**run: stressapptest -s 86400 -i 4 -C 4 -W --stop_on_errors -M $mem_test_size -l $RESULT_LOG*…16 stressapptest -s 86400 -i 4 -C 4 -W --stop_on_errors -M $mem_test_size -l $RESULT_LOG &18 echo "************************** DDR STRESSAPPTEST START, LOG AT $RESULT_LOG **********************…
4 RESULT_LOG=${RESULT_DIR}/memtester.log15 memtester $mem_test_size 2>&1 | tee $RESULT_LOG &17 echo "*********** DDR MEMTESTER TEST START, LOG AT $RESULT_LOG ************"
4 RESULT_LOG=${RESULT_DIR}/suspend_resume.txt31 echo "$(date): auto_suspend_resume_rtc start" > ${RESULT_LOG}48 echo "$(date): Count: $cnt - sleep: $sus_time wake: $wake_time " >> ${RESULT_LOG}