From: nobu@... Date: 2006-09-10T20:36:07+09:00 Subject: Re: ERRORLEVEL not set correctly on exception Hi, At Sat, 9 Sep 2006 02:03:51 +0900, brian.kejser@protexis.com wrote in [ruby-talk:213402]: > If I run the following code, then the DOS ERRORLEVEL is set to 0. > > require 'test/unit' > > class some_Test < Test::Unit::TestCase > > def test_something > Timeout.timeout(1) { sleep(5) } > end > > end > > Shouldn't the DOS ERRORLEVEL be 1 in the above case? Is this a bug or am I > missing something? Timeout::Error wasn't caught. It was fixed yesterday. -- Nobu Nakada