Skip to content

Commit

Permalink
CI hack: print out verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Sep 28, 2024
1 parent 30f2391 commit edf60a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/miragevpn-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ client_config="${config_dir}/client.conf"

# run openvpn server
pidfile="/tmp/miragevpn-e2e.pid"
openvpn --cd "$config_dir" --config "server.conf" --dev-type tun --dev "$tun_interface" --writepid "$pidfile" > /dev/null &
openvpn --cd "$config_dir" --config "server.conf" --dev-type tun --dev "$tun_interface" --writepid "$pidfile" &

# kill openvpn server and report test status
cleanup () {
Expand All @@ -31,4 +31,4 @@ sleep 0.5

# run miragevpn-client-notun
# NOTE: timeout as in FreeBSD 14 & GNU coreutils
timeout -k 30 10 ../../_build/default/app/miragevpn_client_notun.exe --test "$client_config" -v -v --pkcs12-password= > /dev/null
timeout -k 30 10 ../../_build/default/app/miragevpn_client_notun.exe --test "$client_config" -v -v --pkcs12-password=

0 comments on commit edf60a1

Please sign in to comment.