Searched refs:LOGFILE (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/bin/ |
D | run-tests.sh | 11 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/ltp/testcases/kernel/fs/mongo/ |
D | mongo.pl | 84 $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/ltp/ |
D | runltp | 112 [ -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 … 469 …if [ ! "$LOGFILE" ]; then ## User has not mentioned about Log File name eit… 485 if [ ! "$LOGFILE" ]; then 712 -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE $FAILCMDFILE $TCONFCMDFILE" 721 echo $LOGFILE | cut -b4- [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/ |
D | Makefile | 9 LOGFILE?= logfile macro 13 MAKE_ENV= LOGFILE=`if echo "$(LOGFILE)" | grep -q '^/'; then echo "$(LOGFILE)"; else echo "\`pwd\`… 39 @rm -f $(LOGFILE)*
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
D | generate-makefiles.sh | 117 LOGFILE?= logfile 245 echo "\$(subdir)/$test_name compile PASSED" >> \$(LOGFILE); \\ 249 (echo "\$(subdir)/$test_name compile FAILED; SKIPPING"; cat logfile.\$\$\$\$) >> \$(LOGFILE); \\
|
/third_party/alsa-utils/alsaconf/ |
D | alsaconf.in | 113 LOGFILE="" 132 LOGFILE="$2"; shift 2;; 1343 if test -n "$LOGFILE" ; then 1344 touch "$LOGFILE" 1345 echo -n "Starting alsaconf: " >> "$LOGFILE" 1346 date >> "$LOGFILE"
|
/third_party/iptables/ |
D | iptables-test.py | 32 LOGFILE="/tmp/iptables-test.log" variable 356 log_file = open(LOGFILE, 'w') 358 print("Couldn't open log file %s" % LOGFILE)
|
/third_party/curl/tests/server/ |
D | fake_ntlm.c | 40 #define LOGFILE "log/fake_ntlm%ld.log" macro 176 msnprintf(logfilename, sizeof(logfilename), LOGFILE, testnum); in main()
|
/third_party/libxml2/ |
D | runxmlconf.c | 31 #define LOGFILE "runxmlconf.log" macro 555 logfile = fopen(LOGFILE, "w"); in main() 586 printf("See %s for detailed output\n", LOGFILE); in main()
|
D | runsuite.c | 34 #define LOGFILE "runsuite.log" macro 1038 logfile = fopen(LOGFILE, "w"); in main()
|
/third_party/libffi/ |
D | ChangeLog | 325 Account for shorter ==LOGFILE== string
|