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
I want to regenerate an old parallel_runtime_rspec.log, but how to do it with this gem is unclear
parallel_runtime_rspec.log
The text was updated successfully, but these errors were encountered:
Thanks for your question, @john-h-k.
The runtime log is updated automatically. The default path is ./tmp/turbo_rspec_runtime.log.
./tmp/turbo_rspec_runtime.log
The --runtime-log FILE option provides a way to change the log file path. Introduced in #16.
--runtime-log FILE
bundle exec turbo_tests --runtime-log tmp/parallel_runtime_rspec.log
Sorry, something went wrong.
For me that file is empty after every run
Thanks! Can confirm it's a bug.
$ bundle exec turbo_tests --runtime-log tmp/some_log.log ./spec/lib/ # Omitted... $ ls tmp/some_log.log ls: cannot access 'tmp/some_log.log': No such file or directory
No branches or pull requests
I want to regenerate an old
parallel_runtime_rspec.log
, but how to do it with this gem is unclearThe text was updated successfully, but these errors were encountered: