time each test suite

This commit is contained in:
Christine Dodrill 2015-08-14 07:51:12 -07:00
parent 9489789334
commit 813e1164c1
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ for client in *
do do
if [ -d "$client" ] if [ -d "$client" ]
then then
(cd "$client" && ./test.sh) time (cd "$client" && ./test.sh)
fi fi
done done