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:
parent
c4e409c04a
commit
2e6b4d3264
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ fn xivlauncher_install_patch(game_directory: &str, data_directory: &str, patch_n
|
||||||
assert!(output. status.success());
|
assert!(output. status.success());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "patch_testing")]
|
||||||
fn check_if_files_match(xivlauncher_dir: &str, physis_dir: &str) {
|
fn check_if_files_match(xivlauncher_dir: &str, physis_dir: &str) {
|
||||||
let xivlauncher_files = fill_dir_hash(xivlauncher_dir);
|
let xivlauncher_files = fill_dir_hash(xivlauncher_dir);
|
||||||
let physis_files = fill_dir_hash(physis_dir);
|
let physis_files = fill_dir_hash(physis_dir);
|
||||||
|
|
Loading…
Add table
Reference in a new issue