Home
last modified time | relevance | path

Searched refs:AUTOTEST_LOG (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/build/
Dmakefile493 AUTOTEST_LOG=autotest_`date +%y%m%d%H%M`.txt; \
495 uterm "" $$AUTOTEST_LOG "" "" $(TIMEOUT); \
497 uterm "" $$AUTOTEST_LOG "" "" 900; \
505 grep -i 'AutoTest: ' $$AUTOTEST_LOG; \
506 grep -i 'Failed' $$AUTOTEST_LOG; \
507 echo "Log: $$AUTOTEST_LOG"
526 AUTOTEST_LOG=autotest_`date +%y%m%d%H%M`.txt; \
528 uterm "" $$AUTOTEST_LOG "" "" $(TIMEOUT); \
530 uterm "" $$AUTOTEST_LOG "" "" 900; \
538 grep -i 'AutoTest: ' $$AUTOTEST_LOG; \
[all …]
/RvlSDK-3.3/build/buildtools/
Dmodulerules813 AUTOTEST_LOG=autotest_`date +%y%m%d%H%M`.txt; \
815 uterm "" $$AUTOTEST_LOG "" "" $(TIMEOUT); \
817 uterm "" $$AUTOTEST_LOG "" "" 900; \
825 grep -i 'AutoTest: ' $$AUTOTEST_LOG; \
826 grep -i 'Failed' $$AUTOTEST_LOG; \
827 echo "Log: $$AUTOTEST_LOG"
832 AUTOTEST_LOG=autotest_`date +%y%m%d%H%M`.txt; \
834 uterm "" $$AUTOTEST_LOG "" "" $(TIMEOUT); \
836 uterm "" $$AUTOTEST_LOG "" "" 900; \
844 grep -i 'AutoTest: ' $$AUTOTEST_LOG; \
[all …]