a9010d7c75
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/tzdata#58d77a3f15398c4048d0fc300b14157e9c947e15
4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="-v /dev:/dev --privileged"
|
|
exec merge-standard-inventory "$@"
|