Skip to content

Commit

Permalink
Fix compilation of integration tests without the patch_testing feature
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e6b4d3)
  • Loading branch information
redstrate committed Jun 28, 2024
1 parent 70fa4dc commit 917c5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/patching_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ fn xivlauncher_install_patch(game_directory: &str, data_directory: &str, patch_n
assert!(output. status.success());
}

#[cfg(feature = "patch_testing")]
fn check_if_files_match(xivlauncher_dir: &str, physis_dir: &str) {
let xivlauncher_files = fill_dir_hash(xivlauncher_dir);
let physis_files = fill_dir_hash(physis_dir);
Expand Down

0 comments on commit 917c5de

Please sign in to comment.