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:
Julio Montes 2019-03-25 14:12:16 -06:00
parent 6c7f3077c9
commit f355c026c0

View File

@ -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