time each test suite
This commit is contained in:
parent
9489789334
commit
813e1164c1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue