Cleaned up output of batch files. Added watchr script that runs on windows#4
Cleaned up output of batch files. Added watchr script that runs on windows#4ifedotov wants to merge 2 commits into
Conversation
added watchr script that runs on windows
|
ok, now I see why the watchr script didn't work for you. I forgot that it uses many unix commands. I would much prefer to have one watchr script for both *nix and wndows and have the script figure out where its running and then do the right thing. You can take a stab at this, or I'll use your windows script to create one that works in both cases. |
|
I think my script should work on *nix as is because it uses ruby commands rather then system. And the paths are relative. |
|
Thanks for the watchr script; this worked well for me; can't wait to see it in the seed! |
|
the switch to Testacular made all of these changes obsolete. thanks for the contribution thought! |
batch files didn't have echo off so the output displayed unnecessary lines
also since I got watchr to work on windows (it should probably run on other platforms too) I also added echo off to test.bat so as not to clutter the log file with commands