tests-pluginpath
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Sat, 29 Jul 2017 09:40:04 +0000 (10:40 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 29 Jul 2017 09:40:04 +0000 (10:40 +0100)
Gbp-Pq: Name tests-pluginpath.patch

test/test.pl

index a897afdb3bd18a1d453f409257268d8733b8d621..9ae53f53e8cb7d705c8f89636e50b7e33d66c460 100755 (executable)
@@ -776,7 +776,7 @@ sub test_vcf_plugin
 {
     my ($opts,%args) = @_;
     if ( !$$opts{test_plugins} ) { return; }
-    $ENV{BCFTOOLS_PLUGINS} = "$$opts{bin}/plugins";
+    $ENV{BCFTOOLS_PLUGINS} = "$$opts{bin}/plugins:";
     if ( !exists($args{args}) ) { $args{args} = ''; }
     $args{args} =~ s/{PATH}/$$opts{path}/g;
     bgzip_tabix_vcf($opts,"$args{in}");