From b3cce88acd62fd35bfbe6777e7711d6faefeecb1 Mon Sep 17 00:00:00 2001 From: ethDreamer <37123614+ethDreamer@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:42:32 -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 d003f46dd1..833c4dd227 100644 --- a/lighthouse/tests/exec.rs +++ b/lighthouse/tests/exec.rs @@ -32,7 +32,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("--datadir") .arg(tmp_dir.path().as_os_str())