Skip to content

Commit 6318292

Browse files
committed
Add test directory
1 parent 22a9a0e commit 6318292

File tree

3 files changed

+77796
-0
lines changed

3 files changed

+77796
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
shell.executable("bash")
2+
3+
rule a:
4+
output:
5+
"test.out"
6+
shell:
7+
"echo test > {output}"
8+
9+
10+
use rule a as b with:
11+
output:
12+
"test2.out"

tests/test_report_metadata/expected-results/report.html

Lines changed: 77772 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
__definitions__:
2+
- import os
3+
4+
Workflow name: Test Workflow
5+
Workdir: /test/workdir
6+
Contributors:
7+
- Test Contributor
8+
- Another Contributor
9+
recursion_test:
10+
test1:
11+
test2: level
12+
test3: level2

0 commit comments

Comments
 (0)