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

  /external/ltp/testcases/kernel/ipc/ipc_stress/
testall 3 echo RUNNING ALL TESTS. stdout > testlog
5 rm -f testlog
6 touch testlog
11 [ -w testlog ]
13 ./message_queue_test_01 1>> testlog 2>> testlog
14 ./message_queue_test_02_get 1>> testlog 2>> testlog
15 ./message_queue_test_02_rcv 1>> testlog 2>> testlog
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/
ftracetest 238 local testlog=`mktemp $LOG_DIR/${testname}-log.XXXXXX`
240 echo "execute: "$1 > $testlog
243 __run_test $1 2>> $testlog | tee -a $testlog
245 __run_test $1 >> $testlog 2>&1
250 [ $KEEP_LOG -eq 0 ] && rm $testlog
252 catlog $testlog

Completed in 66 milliseconds