You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2012/03/31 12:46:45 UTC

svn commit: r1307763 - /subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd

Author: rhuijben
Date: Sat Mar 31 10:46:44 2012
New Revision: 1307763

URL: http://svn.apache.org/viewvc?rev=1307763&view=rev
Log:
* tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
  Fail the bindings tests if the perl tests fail.
  (This was previously disabled, because they never worked ok
   on the Windows buildbot)

Modified:
    subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd

Modified: subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd?rev=1307763&r1=1307762&r2=1307763&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd (original)
+++ subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd Sat Mar 31 10:46:44 2012
@@ -72,7 +72,7 @@ pushd subversion\bindings\swig\perl\nati
 perl -MExtUtils::Command::MM -e test_harness() t\*.t
 IF ERRORLEVEL 1 (
   echo [Perl reported error %ERRORLEVEL%]
-  REM SET result=1
+  SET result=1
 )
 popd