We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a0d07 commit b154237Copy full SHA for b154237
.github/workflows/tests.yml
@@ -346,7 +346,7 @@ jobs:
346
run: |
347
function remove_files() {
348
local extension=$1
349
- find ./result_images -type f -name "*-expected*.$extension" | while read file; do
+ find ./result_images -name "*-expected*.$extension" | while read file; do
350
if [[ $file == *"-expected_pdf"* ]]; then
351
base=${file%-expected_pdf.$extension}_pdf
352
elif [[ $file == *"-expected_eps"* ]]; then
0 commit comments