mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-03 02:26:37 +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:
parent
6c7f3077c9
commit
f355c026c0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user