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 <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-03-01 17:15:13 -05:00
parent 0e6a12ce3c
commit 555ddf331a

View File

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