--- trunk/lib/Frey/Test/Runner.pm 2008/11/26 22:29:13 549 +++ trunk/lib/Frey/Test/Runner.pm 2008/11/27 21:31:45 565 @@ -19,7 +19,6 @@ required => 1, lazy => 1, # FIXME ask users which tests to run default => sub { -# [ glob('t/*.t') ] # all tests [ Frey::SVK->modified ] }, documentation => 'run tests which are result of modifications or whole full tests', @@ -106,8 +105,9 @@ if ( ! @tests ) { warn "can't find any tests ", dump( $self->tests ), " within depends ", dump( $self->test_because ); - warn "running all tests instead"; - @tests = glob('t/*.t'); +# warn "running all tests instead"; +# @tests = glob('t/*.t'); + @tests = glob('t/01*.t'); # XXX default tests } $self->title( join(' ', @tests ) );