Closed randy3k closed 10 years ago
Is this the sublime-plugin-tests
test suite or your own repo?
I am trying sublime-plugin-tests
with a vanilla vagrant.
Finally, i figured out why. I didn't set the environment variable SUBLIME_AUTO_KILL
for ST2.
export SUBLIME_AUTO_KILL=TRUE
solves my problem.
Hooray! =)
I just wonder why we have to specify this variable. If it is something important, why not hard code it in the package.
It allows you to run Sublime Text outside of Vagrant in your normal host environment. This means you can develop inside the same version of Sublime you are developing against without needing to re-open Sublime after every test run =P
Obviously, I am not getting any benefits for being a Mac user..
Actually, it is supposed to work against Python 2/3 and all OS'es. Unfortunately, I rage quit active development on this shortly after releasing. Headless testing environments for a GUI will frustrate you like no other.
If you are interesting in getting Mac support working, look into sublime-info
. If you get the paths properly resolving, then the higher level modules should fall like dominoes.
continue the discussion in https://github.com/twolfson/sublime-plugin-tests/pull/27#issuecomment-36101394
I have been trying to use it on vagrant. When I run the test for ST2 I got the following.
I have no problem with ST3 through... Do you have any thoughts?