1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 06:59:05 +00:00

add test run time

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2017-07-13 12:54:54 +10:00
parent fca70ede1b
commit 92f5dd3752

View File

@ -18,4 +18,4 @@ if [ "$RUNTEST" != "" ]; then
RUNTEST="-check.f ${RUNTEST}"
fi
go test -v -timeout 9999m $RUNTEST
time go test -v -timeout 9999m $RUNTEST