Skip to content

Commit ac90fa1

Browse files
authored
Fix failures dir removal in tests on Compy (#591)
1 parent eeedc0c commit ac90fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/generated/update_bundles_expected_files_compy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cp -r /compyfs/fors729/zppy_test_bundles_output/unique_id/v2.LR.historical_0201/
1212
zppy_top_level=$(pwd)
1313
cd /compyfs/www/zppy_test_resources/expected_bundles
1414
# Remove the image check failures, so they don't end up in the expected files.
15-
rm -rf image_check_failures
15+
rm -rf image_check_failures_bundles
1616
# This file will list all the expected images.
1717
find . -type f -name '*.png' > ../image_list_expected_bundles.txt
1818
cd ${zppy_top_level}

tests/integration/generated/update_complete_run_expected_files_compy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cp -r /compyfs/www/fors729/zppy_test_complete_run_www/unique_id/v2.LR.historical
1010
zppy_top_level=$(pwd)
1111
cd /compyfs/www/zppy_test_resources/expected_complete_run
1212
# Remove the image check failures, so they don't end up in the expected files.
13-
rm -rf image_check_failures
13+
rm -rf image_check_failures_complete_run
1414
# This file will list all the expected images.
1515
find . -type f -name '*.png' > ../image_list_expected_complete_run.txt
1616
cd ${zppy_top_level}

0 commit comments

Comments
 (0)