Guest User

Untitled

a guest
Jul 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. strace -o /tmp/whatever npm run spectest test/model/Task.coffee
  2.  
  3. UNIT_TESTS=true mocha --compilers coffee:coffee-script/register --no-deprecation --reporter spec --timeout=5000
  4.  
  5. read(3, "*", 1) = 1
  6. rt_sigaction(SIGCHLD, {0x1235930, ~[RTMIN RT_1], SA_RESTORER, 0x7f8219469390}, NULL, 8) = 0
  7. write(4, "*", 1) = 1
  8. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  9. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f821a523a10) = 12311
  10. close(13) = 0
  11. read(12, "", 4) = 0
  12. close(12) = 0
  13. epoll_wait(5, [], 1024, 0) = 0
  14. epoll_wait(5,
Add Comment
Please, Sign In to add comment