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 2014/12/15 18:12:28 UTC

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

Author: rhuijben
Date: Wed Dec  3 11:14:36 2014
New Revision: 1643096

URL: http://svn.apache.org/r1643096
Log:
* tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
  Make swig-perl test errors report a failed build for 1.9+.

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=1643096&r1=1643095&r2=1643096&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd (original)
+++ subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd Wed Dec  3 11:14:36 2014
@@ -75,7 +75,7 @@ if "%SVN_BRANCH%" GTR "1.9." (
 
     IF ERRORLEVEL 1 (
         echo [Perl tests reported error !ERRORLEVEL!] 1>&2
-        REM SET result=1
+        SET result=1
     ) ELSE (
         echo Done.
     )