[svn] / ecrypt / trunk / scripts / cleanup  

svn: ecrypt/trunk/scripts/cleanup

Diff for /ecrypt/trunk/scripts/cleanup between version 99 and 100

version 99, Fri Sep 2 13:45:01 2005 UTC version 100, Fri Sep 2 13:48:02 2005 UTC
Line 511 
Line 511 
 if [ -e ecrypt-test ]; then  if [ -e ecrypt-test ]; then
     while true; do      while true; do
         echo "cleanup: running ecrypt-test...";          echo "cleanup: running ecrypt-test...";
         (./ecrypt-test -v > test-vectors) 2> errors;          (./ecrypt-test -v -t 3600 > test-vectors) 2> errors;
   
         errors=$(awk '/errors/ { print $3; exit; }' errors);          errors=$(awk '/errors/ { print $3; exit; }' errors);
   


Generate output suitable for use with a patch program
Legend:
Removed from v.99  
changed lines
  Added in v.100

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help