time each test suite
This commit is contained in:
parent
9489789334
commit
813e1164c1
|
@ -6,6 +6,6 @@ for client in *
|
|||
do
|
||||
if [ -d "$client" ]
|
||||
then
|
||||
(cd "$client" && ./test.sh)
|
||||
time (cd "$client" && ./test.sh)
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue