File: test.sh

package info (click to toggle)
python-proton-vpn-local-agent 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: python: 429; makefile: 36; sh: 12
file content (15 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Builds and runs the tests from this directory.
set -e

SCRIPT_DIR=$(dirname "$(readlink -f "$0")")

pushd $SCRIPT_DIR/../python-proton-vpn-local-agent
cargo build --release
popd

pushd $SCRIPT_DIR
./test_connection.py
./test_playback.py
./test_listener.py
popd