summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-02-14 16:07:30 +0100
committerOskar Nyberg <oskar@mullvad.net>2023-02-20 09:53:09 +0100
commitfac93766c97b4600701a4cd2810dc611555436a9 (patch)
treeb1694571c78c54a426122fbb5c7c8ee7f294ca1e
parent4425d898e6009253a75d24c29cc3b596dca87d6c (diff)
downloadmullvadvpn-fac93766c97b4600701a4cd2810dc611555436a9.tar.xz
mullvadvpn-fac93766c97b4600701a4cd2810dc611555436a9.zip
Rename test.pkg.json to standalone-tests.pkg.json
-rw-r--r--gui/package.json2
-rwxr-xr-xgui/scripts/build-test-executable.sh2
-rw-r--r--gui/standalone-tests.pkg.json (renamed from gui/test.pkg.json)0
3 files changed, 2 insertions, 2 deletions
diff --git a/gui/package.json b/gui/package.json
index 6ae0282e0f..967dc1b501 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -90,7 +90,7 @@
"postinstall": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true electron-builder install-app-deps",
"build": "gulp build",
"build-proto": "gulp build-proto",
- "pack-test-executable": "pkg --config test.pkg.json --output ../dist/mullvadvpn-app-e2e-tests build/standalone-tests.js",
+ "pack-test-executable": "pkg --config standalone-tests.pkg.json --output ../dist/mullvadvpn-app-e2e-tests build/standalone-tests.js",
"build-test-executable": "npm run build && npm run pack-test-executable",
"lint": "eslint --ext tsx,ts .",
"format": "prettier \"**/*.{js,css,ts,tsx}\" --write",
diff --git a/gui/scripts/build-test-executable.sh b/gui/scripts/build-test-executable.sh
index a378e65baf..273e1d4920 100755
--- a/gui/scripts/build-test-executable.sh
+++ b/gui/scripts/build-test-executable.sh
@@ -14,7 +14,7 @@ function build_test_executable {
local output="../dist/app-e2e-tests-$PRODUCT_VERSION-$TARGET$suffix"
npm exec pkg -- \
- --config test.pkg.json \
+ --config standalone-tests.pkg.json \
--targets "$pkg_target" \
--output "$output" \
build/standalone-tests.js
diff --git a/gui/test.pkg.json b/gui/standalone-tests.pkg.json
index 1b91ca8495..1b91ca8495 100644
--- a/gui/test.pkg.json
+++ b/gui/standalone-tests.pkg.json