| version 99, Fri Sep 2 13:45:01 2005 UTC | version 100, Fri Sep 2 13:48:02 2005 UTC | ||
|---|---|---|---|
|
|
||
| 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); | ||
|
||||||||
|
eSTREAM Project Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |