From 723f48fc0367e648ff575ca8dd2a186208507f0e Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 19 Oct 2021 15:42:58 +0100 Subject: [PATCH] Update endtoend-build-tests --- bin/endtoend-build-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/endtoend-build-tests b/bin/endtoend-build-tests index 735704871..4bd1757cf 100755 --- a/bin/endtoend-build-tests +++ b/bin/endtoend-build-tests @@ -12,7 +12,7 @@ __base="$(basename ${__file} .sh)" __root="$(cd "$(dirname "${__dir}")" && pwd)" # Tests using a simple build setup. -tests="chaos-monkey i18n-drag-drop providers thumbnails transloadit transloadit2 tus-drag-drop url-plugin xhr-limit" +tests="chaos-monkey i18n-drag-drop providers thumbnails transloadit tus-drag-drop url-plugin xhr-limit" for t in $tests; do mkdir -p "${__root}/test/endtoend/$t/dist"