Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-02 01:34:39 +0400
committerRichard Levitte <levitte@openssl.org>2002-08-02 01:34:39 +0400
commit716c94492afb3984deb2d8e8e6be183bd046976f (patch)
tree064d7268d70999155eefac2dc73d8294ed8b558f /PROBLEMS
parenta4f335ba3eaf88820c9d80dfec8e5f246ce2357a (diff)
Don't try testing with parallell make, that will just fail.
PR: 175
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS8
1 files changed, 8 insertions, 0 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 70e591a1d1..bf532d112b 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -38,3 +38,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.