5780a84194
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/guile#0db5bc188ea9bb8566250893b43723222d636e0e
5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
#upstream test needs tty
|
|
export TEST_DOCKER_EXTRA_ARGS="-v /dev:/dev --privileged"
|
|
exec merge-standard-inventory "$@"
|