This website requires JavaScript.
Explore
Help
Sign In
mirror
/
stedolan-jq
Watch
1
Star
0
Fork
0
You've already forked stedolan-jq
mirror of
https://github.com/stedolan/jq.git
synced
2024-05-11 05:55:39 +00:00
Code
Issues
Releases
Activity
stedolan-jq
/
tests
/
optionaltest
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2016-01-17 11:23:17 -06:00
#!/bin/sh
Make it possible to run tests with set -x One can now run: make TRACE_TESTS=1 check to get detailed output
2016-01-17 12:23:05 -06:00
. "${0%/*}/setup" "$@"
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.
2016-01-17 11:23:17 -06:00
$VALGRIND $Q $JQ -L "$mods" --run-tests $JQTESTDIR/optional.test
Copy Permalink