Skip to content

Commit

Permalink
more database cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Mar 30, 2024
1 parent dd060fa commit fd80357
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions lib/Perl/Maven.pm
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ hook before => sub {
# config => $engines->{template_toolkit}
#);

set products => $p;

set tools => Perl::Maven::Tools->new(
host => request->host,
meta => mymaven->{meta}
Expand Down
1 change: 0 additions & 1 deletion t/00-load.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use Test::Most;
use Test::Script;

my @scripts = qw(
bin/admin.pl
app.psgi
bin/create_meta.pl
bin/remove_sessions.pl
Expand Down
4 changes: 0 additions & 4 deletions t/lib/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ our $URL = "https://$DOMAIN/";
sub setup {
my $dir = tempdir( CLEANUP => 1 );
$ENV{MYMAVEN_YML} = 't/files/config/test.yml';

unlink glob 'sessions/*';

system "$^X bin/setup.pl $dbfile" and die;
}

sub read_file {
Expand Down

0 comments on commit fd80357

Please sign in to comment.