mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-21 15:10:01 +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()->
|
port_test()->
|
||||||
Tests = test_data(),
|
Tests = test_data(),
|
||||||
{[Tests],<<>>} = msgpack:unpack(msgpack:pack([Tests])),
|
{[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) ),
|
true = port_command(Port, msgpack:pack(Tests) ),
|
||||||
%Port ! {self, {command, msgpack:pack(Tests)}}, ... not owner
|
%Port ! {self, {command, msgpack:pack(Tests)}}, ... not owner
|
||||||
receive
|
receive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user