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:
@@ -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
|
||||
|
Reference in New Issue
Block a user