Skip to content

Commit

Permalink
chore(test): Allow CI debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Sep 30, 2019
1 parent 2b30779 commit d6aa09a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,6 @@ impl Node {
hash_type: ScriptHashType::Data.into(),
});

if ::std::env::var("CI").is_ok() {
ckb_config.logger.filter =
Some(::std::env::var("CKB_LOG").unwrap_or_else(|_| "info".to_string()));
}

modify_ckb_config(&mut ckb_config);
fs::write(
&ckb_config_path,
Expand Down

0 comments on commit d6aa09a

Please sign in to comment.