1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 03:37:47 +00:00

Fix compilation of integration tests without the patch_testing feature

This commit is contained in:
Joshua Goins 2024-06-28 06:10:50 -04:00
parent c4e409c04a
commit 2e6b4d3264

View file

@ -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);