Partially reapply "Isolate remaining tests under ui/"
[chromium-blink-merge.git] / tools / cr / cr.sh
blob5d1c13ade4a6fe36c17c2d97b3bc13da775dff7d
1 #!/bin/bash
3 # Copyright 2013 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 echo "*************************************************"
8 echo "* Do not source cr.sh ***************************"
9 echo "*************************************************"
10 echo "* You need to source cr-bash-helpers.sh instead *"
11 echo "* This file will stop working and be removed *"
12 echo "* soon. *"
13 echo "*************************************************"
14 source $(dirname $(realpath "${BASH_SOURCE:-$0}"))/cr-bash-helpers.sh