From c264eb3d7b0da529ca28e06009945c5aa609cfdd Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 23 Feb 2021 20:10:58 -0800 Subject: [PATCH] cherry-pick(release-1.9): move installation tests out of playwright tree (#5573) (#5578) Cherry-pick f3a09210da17db7f1c55a3d2e2faacb47d28e021 --- packages/installation-tests/installation-tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/installation-tests/installation-tests.sh b/packages/installation-tests/installation-tests.sh index 8561a78731..7c34552aca 100755 --- a/packages/installation-tests/installation-tests.sh +++ b/packages/installation-tests/installation-tests.sh @@ -33,7 +33,9 @@ PLAYWRIGHT_ANDROID_TGZ="$(node ${PACKAGE_BUILDER} playwright-android ./playwrigh echo "playwright-android built" SCRIPTS_PATH="$(pwd -P)/.." -TEST_ROOT="$(pwd -P)" +TEST_ROOT="/tmp/playwright-installation-tests" +rm -rf "${TEST_ROOT}" +mkdir -p "${TEST_ROOT}" NODE_VERSION="$(node --version)" function copy_test_scripts {