OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testlog
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/scripts/build/bin-build/
run-tests.sh
16
( env JAVA_OPTS="-DCLDR_DIR=. -Dfile.encoding=UTF-8 -DSHOW_FILES -Xmx3000M" ConsoleCheckCLDR -e -z ${PHASE} 2>&1 || touch .failure ) | tee
testlog
.txt
/external/linux-kselftest/tools/testing/selftests/ftrace/
ftracetest
311
local
testlog
=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
313
local
testlog
=/proc/self/fd/1
316
echo "execute$INSTANCE: "$1 > $
testlog
323
__run_test $1 | tee -a $
testlog
2>&1
325
__run_test $1 2>> $
testlog
| tee -a $
testlog
327
__run_test $1 >> $
testlog
2>&1
332
[ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $
testlog
334
[ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $
testlog
Completed in 118 milliseconds