Skip to content

Commit 5af1b93

Browse files
committed
Change test output filenames
...to match the patterns are already git-ignored and cleaned by "make testclean".
1 parent ad6fa24 commit 5af1b93

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/test.pl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,9 @@ sub test_view
264264
# Java pre-made CRAM -> SAM
265265
my $jcram = "${base}_java.cram";
266266
if (-e $jcram) {
267-
testv "./test_view -i reference=$ref $jcram > $jcram.sam_";
268-
testv "./compare_sam.pl -nomd $sam $jcram.sam_";
267+
my $jsam = "${base}_java.tmp.sam";
268+
testv "./test_view -i reference=$ref $jcram > $jsam";
269+
testv "./compare_sam.pl -nomd $sam $jsam";
269270
}
270271

271272
if ($test_view_failures == 0)

0 commit comments

Comments
 (0)