From f355c026c01fd4130086f98ad3e99b21c708e226 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Mon, 25 Mar 2019 14:12:16 -0600 Subject: [PATCH] tests: enable DEBUG run tests with debug enabled to detect errors easier Signed-off-by: Julio Montes --- tests/test_images.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_images.sh b/tests/test_images.sh index 211bdb06c..451436067 100755 --- a/tests/test_images.sh +++ b/tests/test_images.sh @@ -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