run_erl_node.sh 474 B

123456789101112131415
  1. #! /bin/sh
  2. # A test case for testing packing/unpacking of erlang-terms:
  3. #
  4. # A message is sent from an erlang node to a python node.
  5. # That message is echoed back to the erlang node, which checks
  6. # if the received message matches the original message.
  7. #
  8. # First make sure epmd is up and running. (needed by the python-node)
  9. erl -noinput -detach -sname ensure_epmd_started@localhost -s erlang halt
  10. erl -sname enode1@localhost \
  11. -setcookie cookie -pa ../../../../ebin/