From 0f4b36b54a26f8e671bc4dd170ea0a4df1186269 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Thu, 3 Oct 2013 11:30:43 -0700 Subject: [PATCH] Run test processes separately --- src/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index ffff750b7..a3ef02a04 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -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