• Home
  • Raw
  • Download

Lines Matching refs:DIR

36         svn co svn://svn.valgrind.org/valgrind/trunk/nightly $DIR
38 where $DIR is the name of the directory you want it to be in.
43 to; rather it checks out new trees (within $DIR) and tests them
49 (3) Create a configuration file $DIR/conf/$TAG.conf. It is sourced by the
90 shell from which the $DIR/bin/nightly script is run (which in turn may
93 (4) Create a mailer script $DIR/conf/$TAG.sendmail. It must be executable.
123 $DIR/bin/nightly $DIR $TAG
128 from cron, rather than running $DIR/bin/nightly directly. That way you
138 - $DIR/old.verbose and $DIR/new.verbose contain full output of the whole
141 - $DIR/old.short and $DIR/new.short contain summary output of the process
143 $DIR/diff.short.
145 - $DIR/final contains the overall summary, constructed from $DIR/old.short,
146 $DIR/new.short, $DIR/diff.short and some other bits and pieces. (The name
148 $DIR/conf/$TAG.sendmail.)
150 - $DIR/diffs holds the diffs from all the failing tests in the newer tree,
153 what's passed as the third argument to $DIR/conf/$TAG.sendmail.)
155 - $DIR/sendmail.log contains the output (stdout and stderr) from
156 $DIR/conf/$TAG.sendmail goes in $DIR/sendmail.log.
158 - $DIR/valgrind-old/ and $DIR/valgrind-new/ contain the tested trees (and
159 $DIR/valgrind-old/Inst/ and $DIR/valgrind-new/Inst/ contain the installed
164 - $DIR/unchanged.log is created only if no tests were run because the two
194 happens, you can just "svn update" within $DIR to get the updated versions,
197 $DIR/conf/, but we try to avoid this.)