[tap-l] Outputting TAP from the shell

Patrick LeBoutillier patl at cpan.org
Tue Mar 25 17:40:34 UTC 2008


Hi all,

I published a small BASH library that outputs TAP. I called it
'tap-functions' and it's modeled after libtap/JTap.
All the details are here in the TAP wiki:
http://testanything.org/wiki/index.php/Tap-functions

Usage is pretty basic, the only thing that needs some getting used to
is the fact that functions that expect boolean values, like 'ok' and
'skip', take 0 to mean success and everything else to mean false (in
accordance with the usual shell script logic).

I have performed basic testing and it looks pretty good, but if anyone
has the time to try it out to see how useable it is that'd be great.
As usual all comments/suggestions are welcome.


Cheers,

Patrick


On Thu, Mar 20, 2008 at 4:26 PM, Andy Armstrong <andy at hexten.net> wrote:
> On 20 Mar 2008, at 19:57, Patrick LeBoutillier wrote:
>  > Hi all,
>  >
>  > A while back I ported libtap to Java (I called it JTap:
>  > http://testanything.org/wiki/index.php/JTap).
>  > I was looking at it earlier today after following this thread and was
>  > thinking I might try to port it to bash (it would really just be a
>  > batch of functions with a few globals, nothing too fancy).
>  >
>  > Would anyone be interested?
>
>
>  It would certainly make it accessible to people who don't know Perl -
>  which is a good thing. I'd say go for it.
>
>  --
>  Andy Armstrong, Hexten
>
>
>
>
>
>
>  _______________________________________________
>  tap-l mailing list
>  tap-l at testanything.org
>  http://testanything.org/mailman/listinfo/tap-l
>



-- 
=====================
Patrick LeBoutillier
Laval, Québec, Canada


More information about the tap-l mailing list