aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-09-13 19:41:56 +0800
committerXi Ruoyao <xry111@xry111.site>2023-11-13 21:16:58 +0800
commit3a8d1825cc7dcb9cc8a7c01f5e98d672723bbe6a (patch)
tree390742caeffcc9912cf82e98728df01c3939abdb
parentc17a77452a184025e6577e8cdf1315905acaa6bf (diff)
openssl: Add HARNESS_JOBS=$(nproc)
-rw-r--r--chapter08/openssl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml
index 6a4441552..25295f056 100644
--- a/chapter08/openssl.xml
+++ b/chapter08/openssl.xml
@@ -63,7 +63,7 @@
<para>To test the results, issue:</para>
-<screen><userinput remap="test">make test</userinput></screen>
+<screen><userinput remap="test">HARNESS_JOBS=<replaceable>$(nproc)</replaceable> make test</userinput></screen>
<para>One test, 30-test_afalg.t, is known to fail if the host kernel
does not have <option>CONFIG_CRYPTO_USER_API_SKCIPHER</option> enabled,