Skip to content
Snippets Groups Projects
Commit 313943f8 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#132): review: useless cleaning of /tmp/duniter-cucumber

parent 4d34e6c2
No related branches found
No related tags found
1 merge request!182Resolve "Industrialize Releases production"
Pipeline #34149 waiting for manual action
......@@ -205,9 +205,6 @@ fn spawn_full_node(
let log_file_path = format!("duniter-v2s-{}.log", ws_port);
let log_file = std::fs::File::create(&log_file_path).expect("fail to create log file");
// Clean previous data
std::fs::remove_dir_all("/tmp/duniter-cucumber").ok();
// Command
let process = Process(
Command::new(duniter_binary_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment