We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make test-system-local
1 parent e0fa127 commit c56cd08Copy full SHA for c56cd08
systemtest/tmt/main.fmf
@@ -10,5 +10,9 @@ adjust:
10
RELEASE_TESTING: true
11
12
summary: System test
13
-test: bash ./test.sh
+test: |
14
+ rpm -q containers-common skopeo skopeo-tests
15
+ # If these tests are to be run anywhere else, TMT can fetch
16
+ # them using the URL and git ref, so git commands should work.
17
+ make -C $(git rev-parse --show-toplevel) test-system-local
18
duration: 60m
systemtest/tmt/test.sh
0 commit comments