mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-15 00:00:16 -04:00
testing: Build certificates when make-testing is called
This commit is contained in:
parent
a6cd662eed
commit
428c0b293d
@ -21,7 +21,12 @@ then
|
|||||||
$DIR/scripts/build-guestkernel || exit 1
|
$DIR/scripts/build-guestkernel || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $ENABLE_BUILD_GUESTIMAGES = "yes" ]
|
if [ $ENABLE_BUILD_CERTIFICATES = "yes" ]
|
||||||
then
|
then
|
||||||
$DIR/scripts/build-guestimages $HOSTS || exit 1
|
# this always builds the guest images too
|
||||||
|
$DIR/scripts/build-certs || exit 1
|
||||||
|
|
||||||
|
elif [ $ENABLE_BUILD_GUESTIMAGES = "yes" ]
|
||||||
|
then
|
||||||
|
$DIR/scripts/build-guestimages || exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -76,11 +76,12 @@ fi
|
|||||||
: ${TESTRESULTSDIR=$TESTDIR/testresults}
|
: ${TESTRESULTSDIR=$TESTDIR/testresults}
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
# Enable particular steps in the make-testing
|
# Enable particular steps in the make-testing script
|
||||||
#
|
#
|
||||||
: ${ENABLE_BUILD_BASEIMAGE=yes}
|
: ${ENABLE_BUILD_BASEIMAGE=yes}
|
||||||
: ${ENABLE_BUILD_ROOTIMAGE=yes}
|
: ${ENABLE_BUILD_ROOTIMAGE=yes}
|
||||||
: ${ENABLE_BUILD_GUESTKERNEL=yes}
|
: ${ENABLE_BUILD_GUESTKERNEL=yes}
|
||||||
|
: ${ENABLE_BUILD_CERTIFICATES=yes}
|
||||||
: ${ENABLE_BUILD_GUESTIMAGES=yes}
|
: ${ENABLE_BUILD_GUESTIMAGES=yes}
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user