mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
tests: enable DEBUG
run tests with debug enabled to detect errors easier Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -462,7 +462,8 @@ test_distros()
|
|||||||
local commonMakeVars=( \
|
local commonMakeVars=( \
|
||||||
USE_DOCKER=true \
|
USE_DOCKER=true \
|
||||||
ROOTFS_BUILD_DEST="$tmp_rootfs" \
|
ROOTFS_BUILD_DEST="$tmp_rootfs" \
|
||||||
IMAGES_BUILD_DEST="$images_dir" )
|
IMAGES_BUILD_DEST="$images_dir" \
|
||||||
|
DEBUG=1 )
|
||||||
|
|
||||||
|
|
||||||
# Only firecracker doesn't support NVDIMM
|
# Only firecracker doesn't support NVDIMM
|
||||||
|
Reference in New Issue
Block a user