Skip to content

Commit

Permalink
Revert "Add runtime-validate command"
Browse files Browse the repository at this point in the history
This reverts commit da62d5b.

The installable approach to runtime validation has been obsoleted by
the 'go test ...' approach from 24ca87f (Add tests for runtime
validation, 2017-03-06, opencontainers#336).  This commit drops the installable
tests so we don't have to maintain both.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Mar 30, 2017
1 parent 38e8560 commit 8e3272e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion cmd/oci-runtime-tool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func main() {
app.Commands = []cli.Command{
generateCommand,
bundleValidateCommand,
runtimeValidateCommand,
}

if err := app.Run(os.Args); err != nil {
Expand Down
84 changes: 0 additions & 84 deletions cmd/oci-runtime-tool/runtime_validate.go

This file was deleted.

0 comments on commit 8e3272e

Please sign in to comment.