Cherry-pick f3a09210da
This commit is contained in:
parent
f9b5f75fe2
commit
c264eb3d7b
|
|
@ -33,7 +33,9 @@ PLAYWRIGHT_ANDROID_TGZ="$(node ${PACKAGE_BUILDER} playwright-android ./playwrigh
|
||||||
echo "playwright-android built"
|
echo "playwright-android built"
|
||||||
|
|
||||||
SCRIPTS_PATH="$(pwd -P)/.."
|
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)"
|
NODE_VERSION="$(node --version)"
|
||||||
|
|
||||||
function copy_test_scripts {
|
function copy_test_scripts {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue