Skip to content

Commit

Permalink
tests: enable DEBUG
Browse files Browse the repository at this point in the history
run tests with debug enabled to detect errors easier

Signed-off-by: Julio Montes <[email protected]>
  • Loading branch information
Julio Montes committed Mar 26, 2019
1 parent 6c7f307 commit f355c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f355c02

Please sign in to comment.