log the source too

This commit is contained in:
Love Hornquist Astrand
2010-03-21 09:41:20 -07:00
parent 3ac7d626c2
commit fc9aff2260

View File

@@ -55,7 +55,7 @@ for a in unix fortuna egd ;do
res=$? res=$?
if test "X$res" != X0 ; then if test "X$res" != X0 ; then
grep "random not ready yet" error || \ grep "random not ready yet" error || \
{ echo "random ready failing" ; cat error; exit 1; } { echo "random $a ready failing" ; cat error; exit 1; }
echo "random method $a out for lunch" echo "random method $a out for lunch"
continue continue
fi fi
@@ -63,7 +63,7 @@ for a in unix fortuna egd ;do
res=$? res=$?
if test "X$res" != X0 ; then if test "X$res" != X0 ; then
grep "random not ready yet" error || \ grep "random not ready yet" error || \
{ echo "random ready failing" ; cat error; exit 1; } { echo "random $a ready failing" ; cat error; exit 1; }
echo "random metod $a out for dinner" echo "random metod $a out for dinner"
continue continue
fi fi