Guest User

Untitled

a guest
Jan 8th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1.  
  2. > [email protected] test /home/yeputons/meteorite
  3. > mocha spec/unit spec/acceptance -t 240000 -R spec
  4.  
  5.  
  6.  
  7. Preparing..
  8. Ensuring we have the dev bundle for system meteor
  9. Ensuring local atmosphere is running with the right packages
  10. 1) "before all" hook
  11.  
  12. 0 passing (10s)
  13. 1 failing
  14.  
  15. 1) "before all" hook:
  16. Error: Problem finding package mrt-test-pkg1: Error: Command failed:
  17. fs.js:629
  18. return binding.mkdir(pathModule._makeLong(path),
  19. ^
  20. Error: ENOENT, no such file or directory '/home/yeputons/meteorite/spec/var/home/.meteorite'
  21. at Object.fs.mkdirSync (fs.js:629:18)
  22. at Function.Meteorite.prepareFS (/home/yeputons/meteorite/lib/meteorite.js:240:8)
  23. at new Meteorite (/home/yeputons/meteorite/lib/meteorite.js:13:13)
  24. at Object.<anonymous> (/home/yeputons/meteorite/bin/mrt.js:15:17)
  25. at Module._compile (module.js:449:26)
  26. at Object.Module._extensions..js (module.js:467:10)
  27. at Module.load (module.js:349:32)
  28. at Function.Module._load (module.js:305:12)
  29. at Function.Module.runMain (module.js:490:10)
  30. at startup (node.js:121:16)
  31.  
  32. at /home/yeputons/meteorite/spec/lib/atmosphere.js:78:23
  33. at /home/yeputons/meteorite/spec/lib/atmosphere.js:19:12
  34. at ChildProcess.exithandler (child_process.js:665:7)
  35. at ChildProcess.EventEmitter.emit (events.js:106:17)
  36. at maybeClose (child_process.js:773:16)
  37. at Process.ChildProcess._handle.onexit (child_process.js:840:5)
  38.  
  39.  
  40.  
  41. npm ERR! Test failed. See above for more details.
  42. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment