diff --git a/tests/integration/generated/update_bundles_expected_files_chrysalis.sh b/tests/integration/generated/update_bundles_expected_files_chrysalis.sh index 10615d5a..ae3b50cb 100755 --- a/tests/integration/generated/update_bundles_expected_files_chrysalis.sh +++ b/tests/integration/generated/update_bundles_expected_files_chrysalis.sh @@ -12,7 +12,7 @@ cp -r /lcrc/group/e3sm/ac.forsyth2/zppy_test_bundles_output/unique_id/v2.LR.hist zppy_top_level=$(pwd) cd /lcrc/group/e3sm/public_html/zppy_test_resources/expected_bundles # Remove the image check failures, so they don't end up in the expected files. -rm -rf image_check_failures +rm -rf image_check_failures_bundles # This file will list all the expected images. find . -type f -name '*.png' > ../image_list_expected_bundles.txt cd ${zppy_top_level} diff --git a/tests/integration/generated/update_complete_run_expected_files_chrysalis.sh b/tests/integration/generated/update_complete_run_expected_files_chrysalis.sh index e6d17d42..0ed4a48a 100755 --- a/tests/integration/generated/update_complete_run_expected_files_chrysalis.sh +++ b/tests/integration/generated/update_complete_run_expected_files_chrysalis.sh @@ -10,7 +10,7 @@ cp -r /lcrc/group/e3sm/public_html/diagnostic_output/ac.forsyth2/zppy_test_compl zppy_top_level=$(pwd) cd /lcrc/group/e3sm/public_html/zppy_test_resources/expected_complete_run # Remove the image check failures, so they don't end up in the expected files. -rm -rf image_check_failures +rm -rf image_check_failures_complete_run # This file will list all the expected images. find . -type f -name '*.png' > ../image_list_expected_complete_run.txt cd ${zppy_top_level} diff --git a/tests/integration/template_update_bundles_expected_files.sh b/tests/integration/template_update_bundles_expected_files.sh index a1e5138a..dbd455a3 100755 --- a/tests/integration/template_update_bundles_expected_files.sh +++ b/tests/integration/template_update_bundles_expected_files.sh @@ -12,7 +12,7 @@ cp -r #expand user_output#zppy_test_bundles_output/#expand unique_id#/v2.LR.hist zppy_top_level=$(pwd) cd #expand expected_dir#expected_bundles # Remove the image check failures, so they don't end up in the expected files. -rm -rf image_check_failures +rm -rf image_check_failures_bundles # This file will list all the expected images. find . -type f -name '*.png' > ../image_list_expected_bundles.txt cd ${zppy_top_level} diff --git a/tests/integration/template_update_complete_run_expected_files.sh b/tests/integration/template_update_complete_run_expected_files.sh index cb24e7c4..43d3ffaf 100755 --- a/tests/integration/template_update_complete_run_expected_files.sh +++ b/tests/integration/template_update_complete_run_expected_files.sh @@ -10,7 +10,7 @@ cp -r #expand user_www#zppy_test_complete_run_www/#expand unique_id#/v2.LR.histo zppy_top_level=$(pwd) cd #expand expected_dir#expected_complete_run # Remove the image check failures, so they don't end up in the expected files. -rm -rf image_check_failures +rm -rf image_check_failures_complete_run # This file will list all the expected images. find . -type f -name '*.png' > ../image_list_expected_complete_run.txt cd ${zppy_top_level}