Skip to content

Commit

Permalink
use fixed temp_dir for TP
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Oct 2, 2024
1 parent ba4c935 commit 9240398
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/tests-integration/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ pub struct TemplateProvider {

impl TemplateProvider {
pub fn start(port: u16) -> Self {
let path_name = format!("/tmp/.template-provider-{}", port);
let temp_dir = PathBuf::from(&path_name);
let temp_dir = PathBuf::from("/tmp/.template-provider");

let mut conf = Conf::default();
let port = format!("-sv2port={}", port);
Expand Down

0 comments on commit 9240398

Please sign in to comment.