Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions test/env
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ usage: test/env [-cDhiKr] -f <IMAGE> -q <QENETH-DIR> <COMMAND> [<ARGS>...]
topology. If the command is containerized, it will be launched
in the host's network namespace

Environment:

INFIX_RUNNER_ARGS
Extra arguments to the container runner (docker/podman).
For example "--name foo" or "--label key=val", to give the
caller a handle on the container.

EOF
}

Expand Down Expand Up @@ -248,6 +255,7 @@ if [ "$containerize" ]; then
--tty \
$volumes \
$kvm \
$INFIX_RUNNER_ARGS \
$INFIX_TEST \
"$0" -C "$@"
else
Expand Down