Author: stsp
Date: Mon Aug  8 10:50:16 2011
New Revision: 1154913

URL: http://svn.apache.org/viewvc?rev=1154913&view=rev
Log:
* tools/dev/unix-build/Makefile.svn
  (svn-check-swig-rb): Do not reproduce code from Subversion's own Makefile
   here. Run the provided 'check-swig-rb' target instead.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1154913&r1=1154912&r2=1154913&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Mon Aug  8 10:50:16 2011
@@ -1448,12 +1448,11 @@ svn-check-swig-py:
 # We add the svn prefix to PATH here because the ruby tests
 # attempt to start an svnserve binary found in PATH.
 svn-check-swig-rb:
-       (cd $(svn_builddir)/subversion/bindings/swig/ruby/test && \
+       (cd $(svn_builddir) && \
                env RUBYLIB=$(RUBYLIB) \
                LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) \
                PATH=$(SVN_PREFIX)/bin:$$PATH \
-               $(PREFIX)/ruby/bin/ruby run-test.rb \
-                       --verbose=verbose 2>&1) | \
+                       make check-swig-rb 2>&1) | \
                        tee $(svn_builddir)/tests.log.bindings.rb
 
 svn-check-javahl:


Reply via email to