Skip to content

Commit

Permalink
net-runner: Use 0.1.0 for default fixture.default.runtime.version
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jun 23, 2022
1 parent 40d147c commit e3a3ae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .changelog/4816.trivial.md
Empty file.
2 changes: 1 addition & 1 deletion go/oasis-net-runner/fixtures/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func init() {
DefaultFixtureFlags.String(cfgNodeBinary, "oasis-node", "path to the oasis-node binary")
DefaultFixtureFlags.StringSlice(cfgRuntimeID, []string{"8000000000000000000000000000000000000000000000000000000000000000"}, "runtime ID")
DefaultFixtureFlags.StringSlice(cfgRuntimeBinary, []string{"simple-keyvalue"}, "path to the runtime binary")
DefaultFixtureFlags.StringSlice(cfgRuntimeVersion, []string{"1.0.0"}, "runtime version to register")
DefaultFixtureFlags.StringSlice(cfgRuntimeVersion, []string{"0.1.0"}, "runtime version to register")
DefaultFixtureFlags.String(cfgRuntimeProvisioner, "sandboxed", "the runtime provisioner: mock, unconfined, or sandboxed")
DefaultFixtureFlags.String(cfgRuntimeLoader, "oasis-core-runtime-loader", "path to the runtime loader")
DefaultFixtureFlags.String(cfgTEEHardware, "", "TEE hardware to use")
Expand Down

0 comments on commit e3a3ae5

Please sign in to comment.