Skip to content

Commit

Permalink
Test for issue snakemake#1257 fails for missing logfile with shadow d…
Browse files Browse the repository at this point in the history
…irectory
  • Loading branch information
jaicher committed Nov 12, 2021
1 parent 01d6102 commit c2ef679
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_shadowed_log/Snakefile
@@ -0,0 +1,4 @@
rule all:
shadow: "minimal"
output: touch("all.out")
log: "all.log"
Empty file.
Empty file.
5 changes: 5 additions & 0 deletions tests/tests.py
Expand Up @@ -350,6 +350,11 @@ def test_shadow_prefix_qsub():
run(dpath("test_shadow_prefix"), shadow_prefix="shadowdir", cluster="./qsub")


@skip_on_windows
def test_shadowed_log():
run(dpath("test_shadowed_log"))


def test_until():
run(
dpath("test_until"),
Expand Down

0 comments on commit c2ef679

Please sign in to comment.