Skip to content

Commit

Permalink
more tries
Browse files Browse the repository at this point in the history
  • Loading branch information
robur-team committed Jun 25, 2024
1 parent 90301c2 commit f3b8172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
opam install bisect_ppx
- name: Build
run: opam exec -- dune build --instrument-with bisect_ppx
run: opam exec -- dune build --instrument-with bisect_ppx @all

- name: Testing
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/miragevpn-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pidfile="/tmp/miragevpn-e2e.pid"

# kill openvpn client
cleanup () {
cat "$pidfile" | xargs kill
{ cat "$pidfile" || true } | xargs -r kill
rm -f "$pidfile"
}
trap cleanup EXIT
Expand Down

0 comments on commit f3b8172

Please sign in to comment.