summaryrefslogtreecommitdiffstats
path: root/tests/inventory
diff options
context:
space:
mode:
authorYevhenii Shapovalov <yshapova@redhat.com>2017-12-04 12:22:37 +0200
committerYevhenii Shapovalov <yshapova@redhat.com>2017-12-04 12:22:37 +0200
commitd6756de9ebf5840b9886c86635319dc1be1e36cc (patch)
treec270d9f54a2db3e24fd7aa4672645e78efab6910 /tests/inventory
parent2e1753128fef7e6f97f1a37ad9ff93864840f045 (diff)
downloadguile-add_tests.tar.gz
guile-add_tests.tar.xz
guile-add_tests.zip
add testsHEADadd_tests
Diffstat (limited to 'tests/inventory')
-rwxr-xr-xtests/inventory4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/inventory b/tests/inventory
new file mode 100755
index 0000000..7cb324f
--- /dev/null
+++ b/tests/inventory
@@ -0,0 +1,4 @@
+#!/bin/bash
+#upstream test needs tty
+export TEST_DOCKER_EXTRA_ARGS="-v /dev:/dev --privileged"
+exec merge-standard-inventory "$@"