050f11c6be
- Rebase to upstream v1.4.1 - Make coverity happy with parameter passing in regressions.sh - Add auto generated environment section to man-page - Overhaul setting scheduler policy/priority - Enable Fedora CI Gating
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--privileged --network host"
|
|
exec merge-standard-inventory "$@"
|
|
|