MT#4771 option to call ./Build test_selenium

which only runs selenium tests
gjungwirth/fix_tests
Gerhard Jungwirth 13 years ago
parent 79a256f094
commit a46e7cda48

@ -156,4 +156,11 @@ method ACTION_test_servers {
<STDIN>;
}
method ACTION_test_selenium {
$self->depends_on('code');
$self->_test_preconditions;
$self->test_files('t/*_selenium.t t/admin-login.t');
$self->generic_test(type => 'default');
}
END { shutdown_servers }

Loading…
Cancel
Save