Run test processes separately

This commit is contained in:
Matt Colyer
2013-10-03 11:30:43 -07:00
parent c04ba75cc1
commit 0f4b36b54a

View File

@@ -33,7 +33,7 @@ class AtomApplication
# take a few seconds to trigger 'error' event, it could be a bug of node
# or atom-shell, before it's fixed we check the existence of socketPath to
# speedup startup.
if not fs.existsSync socketPath
if (not fs.existsSync socketPath) or options.test
createAtomApplication()
return