We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 2 files out and err seems to be completly empty.
out
err
$ perl6 -Ilib t/http-log-file.t not ok 1 - Correct responses logged # Failed test 'Correct responses logged' # at t/http-log-file.t line 68 # expected a match with: /'[OK] 200 / - ' ('127.0.0.1' || '::1') \n # '[OK] 200 /route - ' ('127.0.0.1' || '::1') \n # '[OK] 200 /route - ' ('127.0.0.1' || '::1') \n # '[OK] 200 /special/first - ' ('127.0.0.1' || '::1') \n/ # got: "" not ok 2 - Error responses logged # Failed test 'Error responses logged' # at t/http-log-file.t line 74 # expected a match with: /'[ERROR] 500 /error - ' ('127.0.0.1' || '::1') \n/ # got: "" 1..2 # Looks like you failed 2 tests of 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The 2 files
out
anderr
seems to be completly empty.The text was updated successfully, but these errors were encountered: