Commit c2b365cb authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't try testing with parallell make, that will just fail.

PR: 175
parent 21925f84
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -32,3 +32,11 @@ may differ on your machine.
As long as Apple doesn't fix the problem with ld, this problem building
OpenSSL will remain as is.


* Parallell make leads to errors

While running tests, running a parallell make is a bad idea.  Many test
scripts use the same name for output and input files, which means different
will interfere with each other and lead to test failure.

The solution is simple for now: don't run parallell make when testing.