From 0ed8771a4400f005f084c92d1779bd306abd1c73 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 26 Sep 2009 13:42:56 +0000 Subject: * Makefile.in(test-rubyspec): explicitly executes run subcommand of mspec. * spec/README: typo fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ Makefile.in | 2 +- spec/README | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94948115e0..89ae3e463a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 26 22:39:24 2009 Yuki Sonoda (Yugui) + + * Makefile.in(test-rubyspec): explicitly executes run subcommand of + mspec. + + * spec/README: typo fix + Sat Sep 26 17:53:13 2009 Nobuyoshi Nakada * st.c (COLLISION): improved collision log feature. diff --git a/Makefile.in b/Makefile.in index 7c28d372e3..9c7a30d850 100644 --- a/Makefile.in +++ b/Makefile.in @@ -298,7 +298,7 @@ update-rubyspec: update-mspec test-rubyspec: @if [ ! -d $(srcdir)/spec/rubyspec ]; then echo No rubyspec here. make update-rubyspec first.; exit 1; fi - $(RUNRUBY) $(srcdir)/spec/mspec/bin/mspec -B $(srcdir)/spec/default.mspec $(MSPECOPT) + $(RUNRUBY) $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT) INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \ vmtc.inc vm.inc diff --git a/spec/README b/spec/README index 3ba87445e9..786aa5b786 100644 --- a/spec/README +++ b/spec/README @@ -25,6 +25,6 @@ and put it into this directory. $ make test-rubyspec :mspec command verifies the specified spec. - $ mspec {language|core|language} + $ mspec {language|core|library} or $ mspec spec/path/to/some_spec.rb -- cgit v1.2.3