Improve test script performance, note issues with slow machines

This commit is contained in:
John Hood
2016-04-01 20:06:45 -04:00
parent 7196dfdb26
commit bd2e8fc746
3 changed files with 18 additions and 3 deletions
+6
View File
@@ -159,3 +159,9 @@ extension unavailable in BSD implementations
It's fairly simple to test each of these scripts independently, but
the entire chain is a bit prone to behaving oddly in hard-to-debug
ways. `set -x` is your friend here.
The test scripts are a bit fragile about timeouts. They will
generally run correctly on an unloaded machine without the `make -j`
flag. Using `make -j` is obviously very convenient for development,
and it works fine on faster machines, but I don't recommend it for
automated testing.