irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit ceba613c9570d8220fc187eed5d4f66ab3a89f02
parent 72766e30c808e053e746ae5db3167b122158e106
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  9 May 2014 19:24:46 +0200

fix bug in test case enumeration

Diffstat:
tests_sequential.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests_sequential.sh b/tests_sequential.sh @@ -2,7 +2,7 @@ cd test # track.sh is not reliable -ls *.sh | grep -v track.sh | while read t +for t in *.sh do echo -n "$t... " #./$t || { echo "FAILED!"; exit 1; }