From db3fa656b37a42a4d29f87138fcff306c72092ba Mon Sep 17 00:00:00 2001 From: ethDreamer <37123614+ethDreamer@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:43:08 -0600 Subject: [PATCH] Update lighthouse/tests/exec.rs Co-authored-by: realbigsean --- lighthouse/tests/exec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse/tests/exec.rs b/lighthouse/tests/exec.rs index 833c4dd227..8ddd622496 100644 --- a/lighthouse/tests/exec.rs +++ b/lighthouse/tests/exec.rs @@ -70,7 +70,7 @@ pub trait CommandLineTestExec { let tmp_config_path: PathBuf = tmp_dir.path().join("config.json"); let tmp_chain_config_path: PathBuf = tmp_dir.path().join("chain_spec.yaml"); - // Add args --datadir --dump-config --immediate-shutdown + // Add args --datadir --dump-config --dump-chain-config --immediate-shutdown let cmd = self.cmd_mut(); cmd.arg(format!("--{}", "--dump-config")) .arg(tmp_config_path.as_os_str())