chiark / gitweb /
test scripts: arg handling
[hippotat.git] / test / run-client
index c545d66373a5035bff828bf35eb0bc2058f36e58..8844200c19ffdd3dd4fa6b8da5f74092da5e80ee 100755 (executable)
@@ -4,7 +4,7 @@
 # There is NO WARRANTY.
 
 set -e
-slug=$1
+slug=$1; if [ $# -gt 0 ]; then shift; fi
 
 ip netns exec hippotat-t-$slug-client \
-target/debug/hippotat --config src/test/test.cfg --debug
+target/debug/hippotat --config src/test/test.cfg --debug "$@"