| Index: scripts/build-tsan-for-chromium.sh
|
| ===================================================================
|
| --- scripts/build-tsan-for-chromium.sh (revision 64061)
|
| +++ scripts/build-tsan-for-chromium.sh (working copy)
|
| @@ -1,4 +1,4 @@
|
| -#!/bin/sh
|
| +#!/bin/bash
|
|
|
| # Copyright (c) 2009-2010 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| @@ -70,7 +70,7 @@
|
| # }}}
|
| }
|
|
|
| -TSAN_REV=2436
|
| +TSAN_REV=2528
|
| TSAN_DIR="$VG_SRC_DIR/tsan" # Directory to checkout TSan sources
|
| rm -rf "$TSAN_DIR"
|
| svn co -r "$TSAN_REV" http://data-race-test.googlecode.com/svn/trunk "$TSAN_DIR"
|
|
|