2d2193615f
- add required tests subdirectory in addition to gating.yaml that had already been brought over before Related: rhbz#2168567
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 "$@"
|
|
|