From 4b9e8ace8ab461b59049050e80b31f3f9f25991f Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 21 Mar 2010 09:41:20 -0700 Subject: [PATCH] log the source too --- lib/hcrypto/test_crypto.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hcrypto/test_crypto.in b/lib/hcrypto/test_crypto.in index 0968be846..ead43e982 100644 --- a/lib/hcrypto/test_crypto.in +++ b/lib/hcrypto/test_crypto.in @@ -55,7 +55,7 @@ for a in unix fortuna egd ;do res=$? if test "X$res" != X0 ; then 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" continue fi @@ -63,7 +63,7 @@ for a in unix fortuna egd ;do res=$? if test "X$res" != X0 ; then 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" continue fi -- 2.11.4.GIT