Home
last modified time | relevance | path

Searched refs:LOGFILE (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/bin/
H A Drun-tests.sh11 LOGFILE=${LOGFILE:=logfile}
54 echo "$testname: execution: PASS" >> "${LOGFILE}"
79 echo "$testname: execution: $msg: Output: " >> "${LOGFILE}"
80 cat $complog >> "${LOGFILE}"
93 if [ -w "$LOGFILE" ] || echo "" > "$LOGFILE"; then
96 echo >&2 "ERROR: $LOGFILE not writable"
/third_party/node/deps/v8/tools/
H A Deval_gc_time.sh28 LOGFILE=/dev/stdin
62 LOGFILE=$2
142 cat $LOGFILE | grep "gc=s" \
151 cat $LOGFILE | grep "gc=ms" \
/third_party/ltp/
H A Drunltp112 [ -g HTMLFILE] [ -i NUM_PROCS ] [ -l LOGFILE ] [ -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG ]
139 -l LOGFILE Log results of test in a logfile.
211 local LOGFILE=
352 LOGFILE="-l $OPTARG" ;;
354 LOGFILE="-l $LTPROOT/results/$OPTARG"
457 if [ ! "$LOGFILE" ]; then ## User has not mentioned about Log File name
459 LOGFILE="-l $LTPROOT/results/LTP_RUN_ON-$LOGFILE_NAME.log"
469 if [ ! "$LOGFILE" ]; then ## User has not mentioned about Log File name either
485 if [ ! "$LOGFILE" ]; then
712 -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE
[all...]
/third_party/ltp/testcases/open_posix_testsuite/
H A DMakefile13 LOGFILE?= logfile macro
17 MAKE_ENV= LOGFILE=`if echo "$(LOGFILE)" | grep -q '^/'; then echo "$(LOGFILE)"; else echo "\`pwd\`/$(LOGFILE)"; fi`.$@
37 $(RM) -f $(LOGFILE)*
77 @rm -f `if echo "$(LOGFILE)" | grep -q '^/'; then echo "$(LOGFILE)"; else echo "\`pwd\`/$(LOGFILE)"; fi`.$@
84 @rm -f `if echo "$(LOGFILE)" | gre
[all...]
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dgenerate-makefiles.sh118 LOGFILE?= logfile
247 echo "\$(subdir)/$test_name compile PASSED" >> \$(LOGFILE); \\
251 (echo "\$(subdir)/$test_name compile FAILED; SKIPPING"; cat logfile.\$\$\$\$) >> \$(LOGFILE); \\
/third_party/curl/tests/server/
H A Dfake_ntlm.c42 #define LOGFILE "%s/fake_ntlm%ld.log" macro
184 msnprintf(logfilename, sizeof(logfilename), LOGFILE, logdir, testnum); in main()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo.pl84 $LOGFILE = "${RESDIR}/${ARGV[3]}";
85 $LOGFILE2 = "${LOGFILE}_table";
86 $LOGFILE3 = "${LOGFILE}.tbl";
383 open LOG, ">>$LOGFILE" or die "Can not open log file $LOGFILE\n";
398 print "Results in file : $LOGFILE \n";
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile558 LOGFILE = $(REFPATH)/refpage.log macro
563 -log $(LOGFILE) -extpath $(SPECDIR)/appendices \

Completed in 4 milliseconds