20788990a8
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/rng-tools#e438127b78cb794a9ce4d31c481eba1d6b1627d1
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 "$@"
|