From e4e2abf2de705e92d629c54df4e744afb44bd675 Mon Sep 17 00:00:00 2001 From: Petr Danecek Date: Wed, 11 Dec 2024 13:56:52 +0000 Subject: [PATCH] Fix failing test, plugin directory was not included --- test/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.pl b/test/test.pl index 61aafd9e..cdd00d71 100755 --- a/test/test.pl +++ b/test/test.pl @@ -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 {