Sha256: 311c2fb9efff24f99c84d51c4c753d157248d78ef4b5ae631035a51a399c4936

Contents?: true

Size: 224 Bytes

Versions: 11

Compression:

Stored size: 224 Bytes

Contents

require 'tork/config'

Tork::Config.before_fork_hooks.unshift lambda {
  |test_file, line_numbers, log_file, worker_number|

  dirname, basename = File.split(log_file)
  log_file.replace File.join(dirname, '.' + basename)
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tork-18.2.4 lib/tork/config/dotlog.rb
tork-18.2.3 lib/tork/config/dotlog.rb
tork-18.2.2 lib/tork/config/dotlog.rb
tork-18.2.1 lib/tork/config/dotlog.rb
tork-18.2.0 lib/tork/config/dotlog.rb
tork-18.1.0 lib/tork/config/dotlog.rb
tork-18.0.1 lib/tork/config/dotlog.rb
tork-18.0.0 lib/tork/config/dotlog.rb
tork-17.1.0 lib/tork/config/dotlog.rb
tork-17.0.1 lib/tork/config/dotlog.rb
tork-17.0.0 lib/tork/config/dotlog.rb