1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Select a specific integration test to run

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-10 11:41:52 +10:00
parent c1abc67fa8
commit 1d289143fe
3 changed files with 22 additions and 10 deletions

View File

@@ -14,4 +14,8 @@ if [ ! -e ../dist/artifacts/initrd ]; then
../scripts/dev
fi
go test -timeout 30m
if [ "$RUNTEST" != "" ]; then
RUNTEST="-check.f ${RUNTEST}"
fi
go test -timeout 9999m $RUNTEST