[Frugalware-git] frugalware-current: t/mailer.sh: ignore t/s/*.{py, sh}, just like we do for t/*.{py, sh}

Miklos Vajna vmiklos at frugalware.org
Thu Jul 3 13:55:25 CEST 2008


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b4583c69ce77d729425da4044bf88dd69e08c53a

commit b4583c69ce77d729425da4044bf88dd69e08c53a
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Thu Jul 3 13:55:21 2008 +0200

t/mailer.sh: ignore t/s/*.{py,sh}, just like we do for t/*.{py,sh}

diff --git a/t/mailer.sh b/t/mailer.sh
index 5058a12..e55ec0b 100644
--- a/t/mailer.sh
+++ b/t/mailer.sh
@@ -76,6 +76,9 @@ fi
cd s
for i in *
do
+	if [[ $i =~ sh$ ]] || [[ $i =~ py$ ]]; then
+		continue
+	fi
[ -x $i ] || chmod +x $i
./$i > $logdir/s/$i
done


More information about the Frugalware-git mailing list