Ensuring that tests won't step on real key files
This commit is contained in:
@@ -11,7 +11,8 @@ async fn main() {
|
||||
|
||||
match &args.command {
|
||||
Some(Commands::Init {}) => {
|
||||
let _ = init::init();
|
||||
let home = std::env::var("HOME").expect("couldn't read home directory env variable");
|
||||
let _ = init::init(home);
|
||||
}
|
||||
Some(Commands::Run {}) => {
|
||||
let (mut bft_crdt, keys) = list_transaction_crdt::new();
|
||||
|
||||
Reference in New Issue
Block a user