testing: Build certificates when make-testing is called

This commit is contained in:
Tobias Brunner
2020-09-30 12:52:43 +02:00
parent a6cd662eed
commit 428c0b293d
2 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -76,11 +76,12 @@ fi
: ${TESTRESULTSDIR=$TESTDIR/testresults}
##############################################################
# Enable particular steps in the make-testing
# Enable particular steps in the make-testing script
#
: ${ENABLE_BUILD_BASEIMAGE=yes}
: ${ENABLE_BUILD_ROOTIMAGE=yes}
: ${ENABLE_BUILD_GUESTKERNEL=yes}
: ${ENABLE_BUILD_CERTIFICATES=yes}
: ${ENABLE_BUILD_GUESTIMAGES=yes}
##############################################################