From d37937d970e67a01324dcc1ea45efa9ee64b6fc8 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Thu, 19 Feb 2015 14:11:19 +0000 Subject: [PATCH] Tests - add total number of tests to conversion script --- test/conversion | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/conversion b/test/conversion index 6fa6fa23b..ae8bd200e 100755 --- a/test/conversion +++ b/test/conversion @@ -9,3 +9,5 @@ fi echo printf "Feature %5d\n" $(ls feature.*.t | wc -l) printf "Bug %5d\n" $(ls {tw-,bug.}*.t | wc -l) +echo +printf "Total: %5d\n" $(ls *.t | wc -l)