chiark / gitweb /
04dc5539051ecfbdfe388f3aeb0fcaef078f2bb3
[hippotat.git] / test / run-server
1 #!/bin/sh
2 # Copyright 2021 Ian Jackson and contributors to Hippotat
3 # SPDX-License-Identifier: GPL-3.0-or-later
4 # There is NO WARRANTY.
5
6 set -e
7 slug=$1; if [ $# -gt 0 ]; then shift; fi
8
9 ip netns exec hippotat-t-$slug-server \
10 target/debug/hippotatd --config src/test/test.cfg --debug "$@"