Commit f82ca907 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Added spider tests to DEFAULT_SUITES.

parent cf4afa60
......@@ -377,7 +377,7 @@ sub main {
# directly before it executes them, like "make test-force-pl" in RPM builds.
mtr_report("Logging: $0 ", join(" ", @ARGV));
$DEFAULT_SUITES.=",sequence,sql_discovery" if $source_dist;
$DEFAULT_SUITES.=",sequence,sql_discovery,spider,spider/bg" if $source_dist;
command_line_setup();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment