Skip to content

Commit 2ffe9d5

Browse files
committed
Merge branch 'release' of github.com:avh4/elm-format into release
2 parents 4c95d6d + 48b4303 commit 2ffe9d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build: off
22

33
before_test:
4-
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
4+
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-x86_64
55
- 7z x stack.zip stack.exe
66

77
clone_folder: "c:\\stack"

tests/run-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ function returnCodeShouldEqual() {
2626
}
2727

2828
function shouldOutputTheSameIgnoringEol() {
29-
echo "$1" "$2"
30-
diff -u --ignore-space-change <(echo "$1") <(echo "$2") || exit 1
29+
diff -u --ignore-space-change <(echo "$1" | sed -e 's/\.exe//') <(echo "$2" | sed -e 's/\.exe//') || exit 1
3130
}
3231

3332
function outputShouldRoughlyMatchPatterns() {

0 commit comments

Comments
 (0)