We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2ffaf1 + 3c9cdc5 commit dea65b0Copy full SHA for dea65b0
cmd/runtimetest/main.go
@@ -70,6 +70,8 @@ func loadSpecConfig(path string) (spec *rspec.Spec, err error) {
70
if os.IsNotExist(err) {
71
return nil, fmt.Errorf("%s not found", specConfig)
72
}
73
+
74
+ return nil, err
75
76
defer cf.Close()
77
0 commit comments