log the source too
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user