Re: aent should be more TDD friendly
Walter Franzini <[email protected]>
| Newsgroups | gmane.comp.version-control.aegis.user |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jul 22 2012, Aryeh Friedman wrote:
> I personally feel that aent should have a default template that is
> nothing more then:
>
> #!/bin/sh
>
> exit 1
The following snippet should (not tested :-) be enough:
---[ aegis.conf ]-------------------------------------------------------
file_template =
[
{
pattern = [ "test/*/*.sh" ];
body = "#!/bin/sh\n\nexit 1\n";
},
]
------------------------------------------------------------------------
ciao
--
Walter Franzini
http://aegis.stepbuild.org/