Skip to content

Commit

Permalink
output debug message only if TEST_VERBOSE is true
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Mar 18, 2017
1 parent c9db88a commit 1439704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Crust-Middleware/accesslog.t
Expand Up @@ -24,7 +24,7 @@ sub make-check-combined-logs($io) {
return;
}
ok($v > 0);
note "# " ~ $s;
note "# " ~ $s if %*ENV<TEST_VERBOSE>;
}
}

Expand Down

0 comments on commit 1439704

Please sign in to comment.