]> git.proxmox.com Git - pve-storage.git/blobdiff - test/run_plugin_tests.pl
test: parse_volname
[pve-storage.git] / test / run_plugin_tests.pl
index 6568752617552f3278f28ed1fb774ac9675d2b47..6f5ea010b58621ef96410a16baff90f577d75c21 100755 (executable)
@@ -6,7 +6,7 @@ use warnings;
 use TAP::Harness;
 
 my $harness = TAP::Harness->new( { verbosity => -1 });
-my $res = $harness->runtests("archive_info_test.pm");
+my $res = $harness->runtests("archive_info_test.pm", "parse_volname_test.pm");
 
 exit -1 if !$res || $res->{failed} || $res->{parse_errors};