Skip to content

Commit

Permalink
inspect environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bodo-hugo-barwich committed Dec 30, 2022
1 parent b66768b commit f7d24ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/lib/MetaCPAN/TestServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ sub test_delete_all {
subtest 'delete all succeeds' => sub {
local @ARGV = qw(mapping --delete --all);

print STDERR "PLACK_ENV: '" . $ENV{'PLACK_ENV'} . "'\n";
print STDERR "MOJO_MODE: '" . $ENV{'MOJO_MODE'} . "'\n";

ok( MetaCPAN::Script::Runner::run, "delete all succeeds" );
is( $MetaCPAN::Script::Runner::EXIT_CODE,
0, "Exit Code '0' - No Error" );
Expand Down

0 comments on commit f7d24ec

Please sign in to comment.