From 555ddf331af197d5e4ae97d6944ebe7903eb0ab8 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 1 Mar 2020 17:15:13 -0500 Subject: [PATCH] tests: Remove unused USE_DOCKER export We now explicitly pass this to every make target we invoke, so this is redundant Signed-off-by: Cole Robinson --- tests/test_images.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_images.sh b/tests/test_images.sh index ac2431341..c8d9fe5f9 100755 --- a/tests/test_images.sh +++ b/tests/test_images.sh @@ -263,8 +263,6 @@ setup() sudo -E mkdir -p ${ci_results_dir} fi - export USE_DOCKER=true - # Travis doesn't support VT-x [ -n "${TRAVIS:-}" ] && return