Commit 540c085 1 parent 3a48c02 commit 540c085 Copy full SHA for 540c085
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,10 @@ test_script:
35
35
# 2) Calling fflush on stdout when the buffer contains a partial line causes
36
36
# a spurious \r\n to be written (tests 50, 67).
37
37
# 3) File names on NTFS may not contain the double quote character (test 97).
38
- # 4) Characters in ISO 8859/1 on the command line don't seem to make it through
39
- # unscathed (test 113).
40
38
# Until these are addressed (if it's even possible), consider 8 tests failing
41
39
# as success.
42
40
- cmd : if [%CONFIG%]==[msys2] (
43
- bash -lc "cd $APPVEYOR_BUILD_FOLDER && make check CHECK_OPTIONS=-v > test.log; cat test.log; grep -q '8 test(s) have FAILED' test.log" )
41
+ bash -lc "cd $APPVEYOR_BUILD_FOLDER && make check CHECK_OPTIONS=-v > test.log; cat test.log; grep -q '7 test(s) have FAILED' test.log" )
44
42
45
43
artifacts :
46
44
- path : gpscorrelate.exe
You can’t perform that action at this time.
0 commit comments