Enable globIgnorePaths by default

This commit is contained in:
Lucien Greathouse
2020-06-17 14:42:46 -07:00
parent a3edb93273
commit 940aff7ef4
5 changed files with 6 additions and 18 deletions

View File

@@ -28,6 +28,9 @@ gen_build_tests! {
csv_in_folder,
deep_nesting,
gitkeep,
ignore_glob_inner,
ignore_glob_nested,
ignore_glob_spec,
infer_service_name,
infer_starter_player,
init_meta_class_name,
@@ -48,13 +51,6 @@ gen_build_tests! {
txt_in_folder,
}
#[cfg(feature = "unstable_glob_ignore_paths")]
gen_build_tests! {
ignore_glob_inner,
ignore_glob_nested,
ignore_glob_spec,
}
fn run_build_test(test_name: &str) {
let working_dir = get_working_dir_path();