blob: a1a2ccfe710d29cd6960050d5c12a7d8b01808c8 [file] [log] [blame]
#!/usr/bin/perl
(-d "../t") and chdir "..";
system( "$^X", "-T", "t/spamd_prefork_stress_4.t",
"--override", "run_long_tests:run_spamd_prefork_stress_test", "1:1", @ARGV);
($? >> 8 == 0) or die "exec failed";