diff options
| author | Joakim Hulthe <joakim@hulthe.net> | 2024-03-06 14:02:55 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim@hulthe.net> | 2024-03-20 16:50:15 +0100 |
| commit | 17814ac1ecd589aaaff66be816bf375c8f707b09 (patch) | |
| tree | cbf4659121fa2ec116e1d26fe25718f197fc9335 /test/scripts | |
| parent | 69d2c506d34cf944812ef65d695bb7c882e764ab (diff) | |
| download | mullvadvpn-17814ac1ecd589aaaff66be816bf375c8f707b09.tar.xz mullvadvpn-17814ac1ecd589aaaff66be816bf375c8f707b09.zip | |
Add am-i-mullvad cli for testing split tunneling
Diffstat (limited to 'test/scripts')
| -rwxr-xr-x | test/scripts/build-runner-image.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/build-runner-image.sh b/test/scripts/build-runner-image.sh index fe8077b337..be0d637323 100755 --- a/test/scripts/build-runner-image.sh +++ b/test/scripts/build-runner-image.sh @@ -33,6 +33,7 @@ case $TARGET in mcopy \ -i "${TEST_RUNNER_IMAGE_PATH}" \ "${SCRIPT_DIR}/../target/$TARGET/release/test-runner.exe" \ + "${SCRIPT_DIR}/../target/$TARGET/release/am-i-mullvad.exe" \ "${PACKAGES_DIR}/"*.exe \ "${SCRIPT_DIR}/../openvpn.ca.crt" \ "::" |
