diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-02-14 16:07:30 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-02-20 09:53:09 +0100 |
| commit | fac93766c97b4600701a4cd2810dc611555436a9 (patch) | |
| tree | b1694571c78c54a426122fbb5c7c8ee7f294ca1e /gui/scripts | |
| parent | 4425d898e6009253a75d24c29cc3b596dca87d6c (diff) | |
| download | mullvadvpn-fac93766c97b4600701a4cd2810dc611555436a9.tar.xz mullvadvpn-fac93766c97b4600701a4cd2810dc611555436a9.zip | |
Rename test.pkg.json to standalone-tests.pkg.json
Diffstat (limited to 'gui/scripts')
| -rwxr-xr-x | gui/scripts/build-test-executable.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
