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.
1 parent 83cbdbd commit 98727fbCopy full SHA for 98727fb
tests/integration/spec.bats
@@ -78,7 +78,7 @@ function teardown() {
78
run git reset --hard "${SPEC_COMMIT}"
79
)
80
[ "$status" -eq 0 ]
81
- [ -e src/runtime-spec/schema/schema.json ]
+ [ -e src/runtime-spec/schema/config-schema.json ]
82
83
run bash -c "GOPATH='$GOPATH' go get github.com/xeipuuv/gojsonschema"
84
@@ -89,7 +89,7 @@ function teardown() {
89
runc spec
90
[ -e config.json ]
91
92
- run ./validate src/runtime-spec/schema/schema.json config.json
+ run ./validate src/runtime-spec/schema/config-schema.json config.json
93
94
[[ "${lines[0]}" == *"The document is valid"* ]]
95
}
0 commit comments