diff options
| author | Yevhenii Shapovalov <yshapova@redhat.com> | 2017-12-15 23:45:20 +0200 |
|---|---|---|
| committer | Yevhenii Shapovalov <yshapova@redhat.com> | 2017-12-15 23:45:20 +0200 |
| commit | c7130a987e1d3f019747be0685cfe4249bc63bad (patch) | |
| tree | 1198f2c457be8e578cf4f5aec6552e33d0948c10 /tests/inventory | |
| parent | 9d2d3cfd6fb7a24289fa2df8533c77a38d72ed4c (diff) | |
| download | e2fsprogs-add_tests.tar.gz e2fsprogs-add_tests.tar.xz e2fsprogs-add_tests.zip | |
Add CI tests using the standard test interfaceadd_tests
Diffstat (limited to 'tests/inventory')
| -rwxr-xr-x | tests/inventory | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/inventory b/tests/inventory new file mode 100755 index 0000000..fe51290 --- /dev/null +++ b/tests/inventory @@ -0,0 +1,3 @@ +#!/bin/bash +export TEST_DOCKER_EXTRA_ARGS="--privileged -v /dev:/dev" +exec merge-standard-inventory "$@" |
