summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Brown <rbrown@gentoo.org>2007-04-24 06:51:37 +0000
committerRichard Brown <rbrown@gentoo.org>2007-04-24 06:51:37 +0000
commit7b2d185ebe4d27c895da07a173233d98d436bf3d (patch)
tree62985ccaf9850d62b6da3d49949878b4ac2c71b1
parentAdd new test structure (diff)
downloadrbrown-7b2d185ebe4d27c895da07a173233d98d436bf3d.tar.gz
rbrown-7b2d185ebe4d27c895da07a173233d98d436bf3d.tar.bz2
rbrown-7b2d185ebe4d27c895da07a173233d98d436bf3d.zip
emake test
svn path=/; revision=10
-rw-r--r--dev-lang/ruby/ruby-1.8.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-1.8.6-r1.ebuild b/dev-lang/ruby/ruby-1.8.6-r1.ebuild
index 936d331..5f6f9d1 100644
--- a/dev-lang/ruby/ruby-1.8.6-r1.ebuild
+++ b/dev-lang/ruby/ruby-1.8.6-r1.ebuild
@@ -96,7 +96,7 @@ src_compile() {
}
src_test() {
- make test || die "make test failed"
+ emake test || die "make test failed"
elog "Ruby's make test has been run. Ruby also ships with a make check"
elog "that cannot be run until after ruby has been installed."