diff --git a/tests/integration/generated/update_bundles_expected_files_compy.sh b/tests/integration/generated/update_bundles_expected_files_compy.sh index b376e881..2802fb52 100755 --- a/tests/integration/generated/update_bundles_expected_files_compy.sh +++ b/tests/integration/generated/update_bundles_expected_files_compy.sh @@ -12,7 +12,7 @@ cp -r /compyfs/fors729/zppy_test_bundles_output/unique_id/v2.LR.historical_0201/ zppy_top_level=$(pwd) cd /compyfs/www/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_compy.sh b/tests/integration/generated/update_complete_run_expected_files_compy.sh index ed264f09..7ced1d99 100755 --- a/tests/integration/generated/update_complete_run_expected_files_compy.sh +++ b/tests/integration/generated/update_complete_run_expected_files_compy.sh @@ -10,7 +10,7 @@ cp -r /compyfs/www/fors729/zppy_test_complete_run_www/unique_id/v2.LR.historical zppy_top_level=$(pwd) cd /compyfs/www/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}