From 41145ed4d335718ac43aec9313b7571a12fe96ee Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 22 Oct 2010 15:31:47 -0700 Subject: local.mk.sample: remove testing under 1.9.1 Ruby 1.9.2 has been out for a while and is the stable release nowadays. --- local.mk.sample | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'local.mk.sample') diff --git a/local.mk.sample b/local.mk.sample index 5b1e025..802ca63 100644 --- a/local.mk.sample +++ b/local.mk.sample @@ -17,13 +17,7 @@ DLEXT := so prefix = $(HOME) ifeq ($(r192),) - ifeq ($(r19),) - RUBY := $(prefix)/bin/ruby - else - prefix := $(prefix)/ruby-1.9 - export PATH := $(prefix)/bin:$(PATH) - RUBY := $(prefix)/bin/ruby --disable-gems - endif + RUBY := $(prefix)/bin/ruby else prefix := $(prefix)/ruby-1.9.2 export PATH := $(prefix)/bin:$(PATH) @@ -36,12 +30,10 @@ SHELL := /bin/ksh93 -e -o pipefail # trace execution of tests # TRACER = strace -f -o $(t_pfx).strace -s 100000 -TRACER = /usr/bin/time -v -o $(t_pfx).time +# TRACER = /usr/bin/time -v -o $(t_pfx).time -full-test: test-18 test-191 test-192 +full-test: test-18 test-192 test-18: $(MAKE) test 2>&1 | sed -e 's!^!1.8 !' -test-191: - $(MAKE) test r19=T 2>&1 | sed -e 's!^!1.9.1 !' test-192: $(MAKE) test r192=T 2>&1 | sed -e 's!^!1.9.2 !' -- cgit v1.2.3-24-ge0c7