Browse Source

make it possible to run only selected tests

wip/maildir-uid-dupes-test
Oswald Buddenhagen 11 years ago
parent
commit
3d81ccbf21
  1. 1
      src/run-tests.pl

1
src/run-tests.pl

@ -593,6 +593,7 @@ sub test($$$)
{
my ($ttl, $sx, $tx) = @_;
return 0 if (scalar(@ARGV) && !grep { $_ eq $ttl } @ARGV);
print "Testing: ".$ttl." ...\n";
mkchan($$sx[0], $$sx[1], @{ $$sx[2] });
&writecfg(@{ $$tx[0] });

Loading…
Cancel
Save