Skip to content

Commit

Permalink
[test] Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isinaltinkaya committed Jan 29, 2024
1 parent 8306de4 commit 9dd8010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTests.sh
Expand Up @@ -584,7 +584,7 @@ ARGS="

runTest ${ID} ${INFILENAME} "-i" "${ARGS}"
runTestDiffVcf ${ID} ${TESTWD}/${ID}.vcf ${SCRIPTDIR}/reference/${ID}/${ID}.vcf
runTestDiff ${ID} ${TESTWD}/${ID}.pileup.gz ${SCRIPTDIR}/reference/${ID}/${ID}.pileup.gz
diff -s <(zcat ${ID} ${TESTWD}/${ID}.pileup.gz) <(zcat ${SCRIPTDIR}/reference/${ID}/${ID}.pileup.gz)


################################################################################
Expand Down

0 comments on commit 9dd8010

Please sign in to comment.