mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
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.
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${0%/*}/setup"
|
|
|
|
$VALGRIND $Q $JQ -L "$mods" --run-tests $JQTESTDIR/optional.test
|