mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
fix cluster/images/conformance/go-runner/tar_test.go
This commit is contained in:
parent
efcb62abff
commit
296705b9c0
@ -73,6 +73,10 @@ func TestTar(t *testing.T) {
|
||||
}
|
||||
|
||||
data, err := readAllTar(tc.outpath)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to read tarball: %v", err)
|
||||
}
|
||||
|
||||
if !reflect.DeepEqual(data, tc.expect) {
|
||||
t.Errorf("Expected data %v but got %v", tc.expect, data)
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
cluster/images/conformance/go-runner
|
||||
cluster/images/etcd-version-monitor
|
||||
cluster/images/etcd/migrate
|
||||
cmd/controller-manager/app
|
||||
|
Loading…
Reference in New Issue
Block a user