mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 23:03:15 +00:00
Moves vendoring over to Go modules. Fixes issues found by Go Vet in Go 1.16 Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
12 lines
443 B
PowerShell
Vendored
12 lines
443 B
PowerShell
Vendored
# Requirements so far:
|
|
# dockerd running
|
|
# - image microsoft/nanoserver (matching host base image) docker load -i c:\baseimages\nanoserver.tar
|
|
# - image alpine (linux) docker pull --platform=linux alpine
|
|
|
|
|
|
# TODO: Add this a parameter for debugging. ie "functional-tests -debug=$true"
|
|
#$env:HCSSHIM_FUNCTIONAL_TESTS_DEBUG="yes please"
|
|
|
|
#pushd uvm
|
|
go test -v -tags "functional uvmcreate uvmscratch uvmscsi uvmvpmem uvmvsmb uvmp9" ./...
|
|
#popd |