diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-13 13:55:59 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-13 18:00:05 +0100 |
| commit | 493b76777c917ccad0d2f3ff669461bf434327f2 (patch) | |
| tree | b2f6f0a8ff9bc1627b2863e1beb5ac878e641da6 /test | |
| parent | 8ecf39d2d854769a5444710bb9358a46bf23789a (diff) | |
| download | lilliput-ae-implem-493b76777c917ccad0d2f3ff669461bf434327f2.tar.xz | |
Allègement des messages du script de vérification d'implémentation
Diffstat (limited to 'test')
| -rwxr-xr-x | test/check-implementation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/check-implementation.sh b/test/check-implementation.sh index f2c32ed..76616e2 100755 --- a/test/check-implementation.sh +++ b/test/check-implementation.sh @@ -17,7 +17,7 @@ run-genkat () local implem=$2 local mode=$3 local keylen=$4 - echo "Testing mode ${mode}-${keylen}…" + echo -e " ${mode}-${keylen}…" local src_dir=${ROOT_DIR}/src local vectors_dir=${tmp_dir}/vectors/${implem} @@ -56,7 +56,7 @@ test-implem () { local tmp_dir=$1 local implem=$2 - echo "Testing implementation ${implem}…" + echo "Generating vectors for implementation ${implem}…" mkdir -p ${tmp_dir}/{genkat,vectors}/${implem} |
