Skip to content

Commit

Permalink
Require the bash shell to run compare_screenshots.sh script
Browse files Browse the repository at this point in the history
This ensures the bracket expansion for creating the directories is
properly interpreted.

Resolves #2204
  • Loading branch information
jmartinezmaes authored and Gerrit0 committed Mar 20, 2023
1 parent 415c819 commit bef64cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compare_screenshots.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

test -d ./tmp/output && rm -rf ./tmp/output
mkdir -p ./tmp/{output,screenshots,baseline}
Expand Down

0 comments on commit bef64cc

Please sign in to comment.