Skip to content

Commit e4e2abf

Browse files
committed
Fix failing test, plugin directory was not included
1 parent ff15927 commit e4e2abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,7 @@ sub test_plugin_afs
21652165
}
21662166
close($fh);
21672167
2168-
test_cmd($opts,%args,cmd =>qq[$$opts{bin}/bcftools +afs -a $$opts{tmp}/mpileup.bam.list -f $$opts{path}/mpileup/$ref $args{args}]);
2168+
test_cmd($opts,%args,cmd=>qq[export BCFTOOLS_PLUGINS=$$opts{bin}/plugins; $$opts{bin}/bcftools +afs -a $$opts{tmp}/mpileup.bam.list -f $$opts{path}/mpileup/$ref $args{args}]);
21692169
}
21702170
sub test_plugin_split
21712171
{

0 commit comments

Comments
 (0)