We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddd80d5 + 4e399f1 commit 85d5275Copy full SHA for 85d5275
.fmf/version
@@ -0,0 +1 @@
1
+1
plans/main.fmf
@@ -0,0 +1,4 @@
+summary: runs butane --version and checks return code
2
+test: ./test.sh
3
+tag:
4
+- smoke
plans/smoke.fmf
@@ -0,0 +1,6 @@
+summary: Basic smoke test
+discover:
+ how: fmf
+ filter: "tag: smoke"
5
+execute:
6
+ how: tmt
plans/test.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+butane --version
tests/main.fmf
@@ -0,0 +1,2 @@
+require:
+ - butane
0 commit comments