Searched refs:LOGDIR (Results 1 – 4 of 4) sorted by relevance
9 LOGDIR=logs/stable-version12 mkdir -p ${LOGDIR}24 exec >>${LOGDIR}/${LOGFILE} 2>&139 if [ -d ${LOGDIR} ]; then42 rm -f $(ls -r ${LOGDIR}/update-*.log | sed '1,14 d')
158 my $LOGDIR="log";163 my $SERVERIN="$LOGDIR/server.input"; # what curl sent the server164 my $SERVER2IN="$LOGDIR/server2.input"; # what curl sent the second server165 my $PROXYIN="$LOGDIR/proxy.input"; # what curl sent the proxy166 my $CURLLOG="$LOGDIR/curl.log"; # all command lines run167 my $FTPDCMD="$LOGDIR/ftpserver.cmd"; # copy ftp server instructions here168 my $SERVERLOGS_LOCK="$LOGDIR/serverlogs.lock"; # server logs advisor read lock191 my $memdump="$LOGDIR/memdump";626 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum";652 my @e = valgrindparse("$LOGDIR/valgrind$testnum");[all …]
13 usage: walt.py [-h] [-i INPUT] [-s SERIAL] [-t TYPE] [-l LOGDIR] [-n N]26 -l LOGDIR, --logdir LOGDIR
79 LOGDIR = 4, MATCH = 5, NOT_RESOLVED = 6, LANGUAGES = 7, field in GenerateCldrTests119 Log.setLog(options[LOGDIR].value, "log.txt"); in main()125 options[GenerateCldrTests.LOGDIR].value, in main()