components/ruby/ruby-19/Makefile
changeset 4365 643c4e910399
parent 4339 6501cf9c29f9
child 5066 7e7b4d607ab6
--- a/components/ruby/ruby-19/Makefile	Wed May 27 11:09:36 2015 -0500
+++ b/components/ruby/ruby-19/Makefile	Wed May 27 12:25:12 2015 -0700
@@ -151,6 +151,15 @@
 CLEAN_PATHS +=		Solaris/gem.1 Solaris/rbconfig.sedscript.mod \
 			Solaris/ruby.1.sedscript.mod
 
+# This set of tests goes through thousands of entries in the passwd
+# and group table, taking hours to run; move it aside so we skip it.
+# There may also be spurious errors if group memberships are modified
+# during testing.
+COMPONENT_PRE_TEST_ACTION += \
+        ( if test -e $(SOURCE_DIR)/test/etc/test_etc.rb ; then \
+            $(MV) $(SOURCE_DIR)/test/etc/test_etc.rb \
+            $(SOURCE_DIR)/test/etc/test_etc.rb-save ; fi )
+
 # common targets
 
 configure:	$(CONFIGURE_64)