Hello!

How do I find the latest git commit that builds and pass all tests? 

I want to have a known good commit to test my cross-platform builds with.

I did:

git clone https://github.com/joyent/node.git
cd node
vcbuild.bat
vcbuild.bat test

...and end up with quite a few tests failing on Windows 7 even though it 
builds ok. Also tried:

git checkout -b v0.7.3-release origin/v0.7.3-release
vcbuild.bat
vcbuild.bat test

...with also failing tests.

I can't figure out from http://buildbot.nodejs.org/ what the latest green 
commit is supposed to be.

Any tips?

Thanks!

Ricky

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to