Rebecca N. Palmer pushed to branch debian-v7 at Debian Med / snakemake
Commits:
37fee855 by Rebecca N. Palmer at 2024-08-04T15:59:19+01:00
correct expected output
- - - - -
1 changed file:
- debian/patches/test_solver.patch
Changes:
=====================================
debian/patches/test_solver.patch
=====================================
@@ -27,18 +27,18 @@ Forwarded: no
+ output:
+ "test1.out"
+ shell:
-+ "echo test > {output}"
++ "echo testA > {output}"
+
+rule c2:
+ output:
+ "test2.out"
+ shell:
-+ "echo test > {output}"
++ "echo testB > {output}"
--- /dev/null
+++ b/tests/test_solver/expected-results/test1.out
@@ -0,0 +1 @@
-+test1
++testA
--- /dev/null
+++ b/tests/test_solver/expected-results/test2.out
@@ -0,0 +1 @@
-+test1
++testB
View it on GitLab:
https://salsa.debian.org/med-team/snakemake/-/commit/37fee855dd7be9e36deb8a781046b953fcfec0dd
--
View it on GitLab:
https://salsa.debian.org/med-team/snakemake/-/commit/37fee855dd7be9e36deb8a781046b953fcfec0dd
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit