test/scout_test.rb in scout-5.6.7.pre vs test/scout_test.rb in scout-5.6.7

- old
+ new

@@ -465,10 +465,10 @@ File.unlink(streamer_pid_file) if File.exist?(streamer_pid_file) test_should_run_first_time assert !File.exist?(streamer_pid_file) -puts @client.hostname + assert @client.update_attribute(:streamer_command, "start,A0000000000123,a,b,c,1,3") exec_scout(@client.key) assert File.exist?(streamer_pid_file) process_id = File.read(streamer_pid_file).to_i assert process_running?(process_id)