Kevin Sawicki
e8c399428c
Set ATOM_PATH env var when launching specs
2013-10-14 10:33:37 -07:00
Matt Colyer
64e8c978e4
Return proper return code from atom.sh
...
Also improve the test failure message returned by apm.
2013-10-07 14:28:13 -07:00
probablycorey
b92b6e689d
Rearrange command line option string
...
I apologize, but I could not resist rearranging the command line
options to spell "WTF VHS"
2013-10-03 10:27:26 -07:00
Matt Colyer
fad7c9586c
Update older (and incorrect) flag in atom.sh
2013-10-02 13:10:10 -07:00
Matt Colyer
62b7599bea
Add spec-directory command line option
2013-10-02 12:17:42 -07:00
Kevin Sawicki
c27103db8a
Expect output when -t/--test flag is specified
2013-08-28 12:54:16 -07:00
probablycorey
204de3ac24
Support long version for foreground command
2013-08-21 16:19:37 -07:00
probablycorey
986a9ce0a0
Add cli option to keep the browser process running in the foreground
2013-08-21 16:19:37 -07:00
Matt Colyer
82882624ce
Handle atom standard output from atom.sh
2013-08-09 10:23:05 -07:00
Kevin Sawicki
718175eb34
Make atom.sh executable
2013-05-15 10:29:27 -07:00
probablycorey
6ee24cc50e
💄
2013-04-29 12:10:40 -07:00
probablycorey
599328cb9c
Better error message when Atom.app is not found
2013-04-17 16:26:13 -07:00
probablycorey
9b8abe3552
If Atom.app doesn't exist, wait 5 seconds and try again.
...
Closes #351
When Sparkle updates Atom, it deletes the app and replaces it. This
causes the `atom` cli to fail when called within this brief time
period. This gives `atom` a five second grace period if it is not
found.
2013-04-17 16:25:42 -07:00
Corey Johnson & Kevin Sawicki
b874f95eb1
Launch Atom with full path to .app
2013-02-25 16:11:13 -08:00
Kevin Sawicki
d35c871e17
Install atom executable during window.startup()
...
Previously this was done during `rake install`.
Also default to `~/github/atom` as the default resource path
when no `--resource-path` argument is specified. This argument
will now be required when running in dev mode if the repository
is not at the default location.
Closes #300
2013-02-22 21:19:34 -08:00