Files
textmate/bin
Martin Kühl 597a49015d Run tests synchronously by default
Running tests in parallel (which is the default)
results in spurious failures in the `scm` git tests,
probably due to an undiagnosed race condition.

This change lets tests run serially by default,
but provides a flag `-p` (or `--parallel`)
which enables running them in parallel again.

It also adds a variable `test_flags`
which is passed to each test run,
and which can be set by running

    env test="-v" ./configure
2016-01-15 12:07:16 +01:00
..
2012-11-12 13:28:34 +07:00
2016-01-15 12:07:16 +01:00
2016-01-15 12:07:16 +01:00
2012-08-09 16:25:56 +02:00