Skip to content

Commit

Permalink
Fix failing test, plugin directory was not included
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3 committed Dec 11, 2024
1 parent ff15927 commit e4e2abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ sub test_plugin_afs
}
close($fh);
test_cmd($opts,%args,cmd =>qq[$$opts{bin}/bcftools +afs -a $$opts{tmp}/mpileup.bam.list -f $$opts{path}/mpileup/$ref $args{args}]);
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}]);
}
sub test_plugin_split
{
Expand Down

0 comments on commit e4e2abf

Please sign in to comment.