96682a090d
Adds tests according to the CI wiki [0] specifically the standard test interface in the spec [1]. [0]: https://fedoraproject.org/wiki/CI [1]: https://fedoraproject.org/wiki/Changes/InvokingTests
4 lines
113 B
Bash
Executable File
4 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--security-opt seccomp:unconfined"
|
|
exec merge-standard-inventory "$@"
|