Age | Commit message (Collapse) | Author | Files | Lines |
|
* NO CODE CHANGES *
|
|
r=joel x2
|
|
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
|
|
tests are now looking in the right place for the
templates. 4 templates in the new location now come up with syntax errors however.
|
|
subject to interpolation. Ignore names with $ in them as a workaround
r=myk x 2
|
|
of glob('*')
|
|
%] or [% PROCESS %]. While removing this code bit doesn't allow us to seperatly check that those fragments exist and compile, they'll be checked atomatically when the the template that wants them is run through the process() routine by the 004template.t test. This issue was raised because bug 98707 introduced a [% BLOCK %] element and the syntax for using that is the same as for including a template fragment.
|
|
also use the TEST_VERBOSE environment variable instead of VERBOSE.
Patch by David D. Kilzer <ddkilzer@theracingworld.com>
Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me.
|
|
No review needed for tests at this time. NOT PART OF BUILD.
|
|
No review needed for tests at this time. NOT PART OF BUILD
|
|
make sure that:
a) All the required templates exist
b) They all have good syntax
No review needed for tests at this time. NOT PART OF BUILD
|