summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2016-01-17 11:23:17 -0600
committerNicolas Williams <nico@cryptonector.com>2016-01-17 12:45:01 -0600
commit062f86a625a2ec3dbf2a24a18fa5015fd8222674 (patch)
tree8873b41f2629b7dbd9a4d9f02ab7e8fff6304185 /appveyor.yml
parentc3d13260a78cfd751b962b7c110c5e7336b54401 (diff)
Enable more tests on Windows; move sort_by tests
Use %%FAIL IGNORE MSG for error messages that differ on Windows, and move the sort_by/group_by tests that fail qhen qsort() is not stable. Now only tests/sorttest and tests/shtest are disabled on Windows.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c0b9715a..3fa60721 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,7 +24,7 @@ build_script:
- file jq.exe
test_script:
- - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make -j4 'TESTS=tests/mantest tests/onigtest' check"
+ - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make -j4 'TESTS=tests/mantest tests/jqtest tests/onigtest' check"
artifacts:
- path: jq-package.zip