The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dwz#a1324d7885666feffae8ce625c0899557692a742
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--cap-add=SYS_PTRACE"
|
|
exec merge-standard-inventory "$@"
|
|
|