[med-svn] [Git][med-team/delly][master] update run-unit-test

Mohd Bilal (@rmb) gitlab at salsa.debian.org
Thu Aug 11 12:15:50 BST 2022



Mohd  Bilal pushed to branch master at Debian Med / delly


Commits:
4e631e27 by Mohammed Bilal at 2022-08-11T16:45:27+05:30
update run-unit-test

- - - - -


1 changed file:

- debian/tests/run-unit-test


Changes:

=====================================
debian/tests/run-unit-test
=====================================
@@ -26,9 +26,10 @@ echo -e "\e[93m\e[1mTest 3\e[0m"
 
 delly cnv -g ref.fa -m map.fa.gz sr.bam -o cnv.vcf
 
-if [ -f sr.bcf && lr.vcf && cnv.vcf ]; then
+if [[ -f sr.bcf ]] && [[ -f lr.vcf ]] && [[ -f cnv.vcf ]]
+then
     echo -e "\e[92m\e[1mPASS\e[0m"
 else
-    echo -e "\e[1;31FAILED!"
+    echo -e "\e[1;31mFAILED!"
 fi
 



View it on GitLab: https://salsa.debian.org/med-team/delly/-/commit/4e631e27b75c87acd5a5004e1d99aaed85f38a9c

-- 
View it on GitLab: https://salsa.debian.org/med-team/delly/-/commit/4e631e27b75c87acd5a5004e1d99aaed85f38a9c
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/20220811/9066071b/attachment.htm>


More information about the debian-med-commit mailing list