Skip to content

Commit

Permalink
add tests inclusive for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 24, 2020
1 parent b7addb5 commit 1e1a91f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub fn wrong_log_level_provided() {
}

#[test]
#[cfg(windows)]
pub fn malformed_logger_path_provided() {
let mut command_builder: BootstrapCommandBuilder = Default::default();
command_builder
Expand All @@ -33,6 +34,7 @@ pub fn malformed_logger_path_provided() {
}

#[test]
#[cfg(windows)]
pub fn in_settings_file_malformed_log_output_path() {
let temp_dir = TempDir::new().unwrap();

Expand Down

0 comments on commit 1e1a91f

Please sign in to comment.