e1c02b76b1
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/irqbalance#947b2f18cf1131a5b6a23c97ca23f6325dc3a476
4 lines
113 B
Bash
4 lines
113 B
Bash
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--security-opt seccomp:unconfined"
|
|
exec merge-standard-inventory "$@"
|