diff options
| author | UENISHI Kota <kuenishi+github@gmail.com> | 2010-06-03 00:17:17 +0900 |
|---|---|---|
| committer | UENISHI Kota <kuenishi+github@gmail.com> | 2010-06-03 00:17:17 +0900 |
| commit | 7cd41aeb7280e5752deb5b60a140b627bd50d61e (patch) | |
| tree | c408323e559977f8df2d614e1390391dc7e0b0c6 /erlang | |
| parent | 8ecaf7ad4ce4185e81fae775332282ed551fa886 (diff) | |
| download | msgpack-python-7cd41aeb7280e5752deb5b60a140b627bd50d61e.tar.gz | |
erlang: tracing crosslang.rb moving to ../test
Diffstat (limited to 'erlang')
| -rw-r--r-- | erlang/msgpack.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang/msgpack.erl b/erlang/msgpack.erl index f23ec09..ca9769e 100644 --- a/erlang/msgpack.erl +++ b/erlang/msgpack.erl @@ -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 |
