test/helper/plasma-store.rb in red-plasma-0.14.1 vs test/helper/plasma-store.rb in red-plasma-0.15.0
- old
+ new
@@ -34,10 +34,10 @@
@pid = spawn(@path,
"-m", @memory_size.to_s,
"-s", socket_path)
until File.exist?(socket_path)
if Process.waitpid(@pid, Process::WNOHANG)
- raise "Failed to run plasma_store_server: #{@path}"
+ raise "Failed to run plasma-store-server: #{@path}"
end
end
end
def stop