[med-svn] [Git][med-team/snakemake][debian-v7] correct expected output
Rebecca N. Palmer (@rnpalmer-guest)
gitlab at salsa.debian.org
Sun Aug 4 15:59:52 BST 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240804/3ea66bd9/attachment-0001.htm>
More information about the debian-med-commit
mailing list