Permalink
Please sign in to comment.
Browse files
Base pass rate on examples rather than expectations, don't weigh Iron…
…Ruby's pass-rate against MRI, remove files and expectations from the RubySpec output, and don't run throughput/startup tests as they aren't used.
- Loading branch information...
Showing
with
59 additions
and 50 deletions.
- +5 −10 app.rb
- +17 −0 init.bat
- +4 −9 stats.bat
- +33 −18 stats.rb
- BIN views/.index.haml.swp
- BIN views/.mspec.haml.swp
- +0 −13 views/mspec.haml
@@ -0,0 +1,17 @@ | ||
+set REPO=c:\dev\vsl1s_irstats | ||
+call %REPO%\Merlin\Main\Scripts\Bat\Dev.bat | ||
+pushd %MERLIN_ROOT% | ||
+pushd .. | ||
+echo Cleaning repo | ||
+tf undo . /recursive /noprompt | ||
+tfpt uu /recursive . | ||
+tfpt treeclean . /noprompt /recursive | ||
+msbuild %MERLIN_ROOT%\Languages\Ruby\Ruby.sln /t:Clean | ||
+echo Getting latest sources | ||
+tf get | ||
+tf unshelve rubytags-2010-01-22;jimmysch /noprompt | ||
+popd | ||
+set GEM_HOME=%GEM_PATH% | ||
+set PATH=%MERLIN_ROOT%\..\External.LCA_RESTRICTED\Languages\Ruby\ruby-1.8.6p368\bin;%PATH% | ||
+set RUBY=%MERLIN_ROOT%\..\External.LCA_RESTRICTED\Languages\Ruby\ruby-1.8.6p368\bin\ruby.exe | ||
+%RUBY% -S gem install sinatra --no-ri --no-rdoc |
@@ -1,10 +1,5 @@ | ||
-set REPO=c:\dev\vsl1s_irstats | ||
-call %REPO%\Merlin\Main\Scripts\Bat\Dev.bat | ||
-pushd %MERLIN_ROOT% | ||
-tf get | ||
-tf unshelve rubytags-2010-01-22;jimmysch /noprompt | ||
-set GEM_HOME=%GEM_PATH% | ||
-set RUBY=%MERLIN_ROOT%\..\External.LCA_RESTRICTED\Languages\Ruby\ruby-1.8.6p368\bin\ruby.exe | ||
+call %~dp0init.bat | ||
+echo Cleaning stats | ||
%RUBY% %~dp0stats.rb --clean | ||
-%RUBY% %~dp0stats.rb --all | ||
-popd | ||
+echo Running stats | ||
+%RUBY% %~dp0stats.rb --all 1> %~dp0data\lastrun.log 2>&1 |
Binary file not shown.
Binary file not shown.
0 comments on commit
eb029e3