Helo, Is it possible to make autotest (from Zentest gem) run on RoR
under Windows XP?
When I’m trying to do it, it throws an error message:
"couldn’t find HOME environment – expanding ‘~/.autotest’ "
On Cygwing it runs OK. But I don’t want to use Cygwin as it is much
slower than Windows.
Helo, Is it possible to make autotest (from Zentest gem) run on RoR
under Windows XP?
When I’m trying to do it, it throws an error message:
"couldn’t find HOME environment – expanding ‘~/.autotest’ "
On Cygwing it runs OK. But I don’t want to use Cygwin as it is much
slower than Windows.
Autotest looks for a .autotest file in the path defined by the HOME
environment variable. You don’t necessarily have to have a .autotest
file, but you will need to set the HOME environment variable. I use
%userprofile%.
Helo, Is it possible to make autotest (from Zentest gem) run on RoR
under Windows XP?
When I’m trying to do it, it throws an error message:
"couldn’t find HOME environment – expanding ‘~/.autotest’ "
Autotest looks for a .autotest file in the path defined by the HOME
environment variable. You don’t necessarily have to have a .autotest
file, but you will need to set the HOME environment variable. I use
%userprofile%.
Just wanted to point out for all the future Googlers what it says in
Gordon’s MS link: make sure if you’re using a console manager such as
Console 2 that you restart it otherwise the HOME environment value
update may not be applied.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.