Skip to content

Commit bef64cc

Browse files
jmartinezmaesGerrit0
authored andcommitted
Require the bash shell to run compare_screenshots.sh script
This ensures the bracket expansion for creating the directories is properly interpreted. Resolves #2204
1 parent 415c819 commit bef64cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare_screenshots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

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

0 commit comments

Comments
 (0)