Skip to content

Commit

Permalink
fixup! go/oasis-node/cmd/debug/storage: Add the export sub-command
Browse files Browse the repository at this point in the history
  • Loading branch information
Yawning committed Dec 20, 2019
1 parent 7979a95 commit 12d7db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/oasis-test-runner/scenario/e2e/dump_restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ func (sc *dumpRestoreImpl) Run(childEnv *env.Env) error {
"debug", "storage", "export",
"--genesis.file", dumpPath,
"--datadir", sc.basicImpl.net.StorageWorkers()[0].DataDir(),
"--log.file", filepath.Join(childEnv.Dir(), "storage-dump.log"), // XXX
"--log.level", "DEBUG",
"--storage.export.dir", filepath.Join(childEnv.Dir(), "storage_dumps"),
"--debug.dont_blame_oasis",
"--debug.allow_test_keys",
Expand Down

0 comments on commit 12d7db5

Please sign in to comment.