diff options
| author | Enrico Tassi | 2014-12-10 11:45:34 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-12-10 11:45:34 +0100 |
| commit | b8f0f414f16371299ea93c6f84d5e41886bcf9e4 (patch) | |
| tree | bcf7b1e65881251d14247a35f6005b9bffdf3d54 | |
| parent | b6296c62d391b789dd80e90209a3498f733ae10a (diff) | |
typo
| -rw-r--r-- | test-suite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index ccbb4a44b9..00a0c2b7c2 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -140,7 +140,7 @@ summary: $(call summary_dir, "Module tests", modules); \ $(call summary_dir, "STM tests", stm); \ $(call summary_dir, "IDE tests", ide); \ - $(call summary_dir, "IDE tests", vi); \ + $(call summary_dir, "VI tests", vi); \ nb_success=`find . -name '*.log' -exec tail -n2 '{}' \; | grep -e $(log_success) | wc -l`; \ nb_failure=`find . -name '*.log' -exec tail -n2 '{}' \; | grep -e $(log_failure) | wc -l`; \ nb_tests=`expr $$nb_success + $$nb_failure`; \ |
