xref: /imagick/runTests.sh (revision 68c91bc5)
1#!/bin/sh
2
3# This runs the tests in parallel (needs php 7.something)
4# and writes the failing tests to a list. Re-running will
5# run the failing tests if there were any.
6php run-tests.php -j4 -l failing_tests.txt
7