[zorg] r235534 - sanitizer-x86_64-linux-autoconf: call svn cleanup on checkout of TSan tests

Alexey Samsonov vonosmas at gmail.com
Wed Apr 22 11:24:33 PDT 2015


Author: samsonov
Date: Wed Apr 22 13:24:32 2015
New Revision: 235534

URL: http://llvm.org/viewvc/llvm-project?rev=235534&view=rev
Log:
sanitizer-x86_64-linux-autoconf: call svn cleanup on checkout of TSan tests

Modified:
    zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh

Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh?rev=235534&r1=235533&r2=235534&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh Wed Apr 22 13:24:32 2015
@@ -50,7 +50,7 @@ if [ $CHECK_TSAN == 1 ] ; then
 
   cd $ROOT
   if [ -d tsanv2 ]; then
-    (cd tsanv2 && svn up --ignore-externals)
+    (cd tsanv2 && svn cleanup && svn up --ignore-externals)
   else
     svn co http://data-race-test.googlecode.com/svn/trunk/ tsanv2
   fi





More information about the llvm-commits mailing list