diff --git a/client/test.sh b/client/test.sh index cfb8f61..ed38276 100755 --- a/client/test.sh +++ b/client/test.sh @@ -6,6 +6,6 @@ for client in * do if [ -d "$client" ] then - (cd "$client" && ./test.sh) + time (cd "$client" && ./test.sh) fi done