mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 08:56:32 +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=( \
|
||||
USE_DOCKER=true \
|
||||
ROOTFS_BUILD_DEST="$tmp_rootfs" \
|
||||
IMAGES_BUILD_DEST="$images_dir" )
|
||||
IMAGES_BUILD_DEST="$images_dir" \
|
||||
DEBUG=1 )
|
||||
|
||||
|
||||
# Only firecracker doesn't support NVDIMM
|
||||
|
Reference in New Issue
Block a user