Skip to content

Commit be551d2

Browse files
author
Andras Fekete
committed
Add parallelism
1 parent 760fbef commit be551d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ if [ ! -e "${WOLFPROV_DIR}/configure" ]; then
283283
./autogen.sh &>> $LOG_FILE
284284
./configure --with-wolfssl=${WOLFSSL_INSTALL_DIR} &>> $LOG_FILE
285285
fi
286-
make &>> $LOG_FILE
286+
make -j$NUMCPU &>> $LOG_FILE
287287
if [ $? != 0 ]; then
288288
tail -n 20 $LOG_FILE
289289
do_cleanup

0 commit comments

Comments
 (0)