Sha256: d2af5e5e4da21890e638f5772ff311b0efe842fd09e6d668cd82eb22f3bf10ea
Contents?: true
Size: 271 Bytes
Versions: 3
Compression:
Stored size: 271 Bytes
Contents
#!/usr/bin/env ruby puts "ARGV: #{ARGV.inspect}" puts "$0: #{$0}" puts "$*: #{$*.inspect}" puts "ENV['PROCESS_SPAWN_TYPE']: #{ENV['PROCESS_SPAWN_TYPE']}" puts "cwd: '#{Dir.pwd}'" puts 'hello world' STDOUT.flush sleep 2 puts 'started' STDOUT.flush sleep 20 puts 'died'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rspec-background-process-0.1.2 | spec/support/test_process |
rspec-background-process-0.1.1 | spec/support/test_process |
rspec-background-process-0.1.0 | spec/support/test_process |