mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
erlang: tracing crosslang.rb moving to ../test
This commit is contained in:
parent
8ecaf7ad4c
commit
7cd41aeb72
@ -337,7 +337,7 @@ basic_test()->
|
||||
port_test()->
|
||||
Tests = test_data(),
|
||||
{[Tests],<<>>} = msgpack:unpack(msgpack:pack([Tests])),
|
||||
Port = open_port({spawn, "ruby ../crosslang.rb"}, [binary]),
|
||||
Port = open_port({spawn, "ruby ../test/crosslang.rb"}, [binary]),
|
||||
true = port_command(Port, msgpack:pack(Tests) ),
|
||||
%Port ! {self, {command, msgpack:pack(Tests)}}, ... not owner
|
||||
receive
|
||||
|
Loading…
x
Reference in New Issue
Block a user