Guest User

Untitled

a guest
Dec 9th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ERL_BEAM_DIR=ebin
  2.  
  3. erl -noinput \
  4. -pa "${ERL_BEAM_DIR}" \
  5. -eval 'case eunit:test([{dir, "${ERL_BEAM_DIR}"}], [verbose]) of \
  6. error -> init:stop(1); \
  7. Result -> Result \
  8. end.' \
  9. -s init stop
Add Comment
Please, Sign In to add comment