Dan Field | aea0d7a | 2019-07-26 15:59:18 -0700 | [diff] [blame] | 1 | #!/bin/bash |
Greg Spencer | 2218513 | 2020-08-17 14:03:01 -0700 | [diff] [blame] | 2 | # |
| 3 | # Copyright 2013 The Flutter 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. |
Dan Field | aea0d7a | 2019-07-26 15:59:18 -0700 | [diff] [blame] | 6 | |
Dan Field | c9008f3 | 2021-07-14 23:46:02 -0700 | [diff] [blame] | 7 | # TODO(dnfield): delete this script once recipes point to the python version. |
| 8 | |
Dan Field | aea0d7a | 2019-07-26 15:59:18 -0700 | [diff] [blame] | 9 | set -e |
| 10 | |
Dan Field | c9008f3 | 2021-07-14 23:46:02 -0700 | [diff] [blame] | 11 | CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" |
Dan Field | aea0d7a | 2019-07-26 15:59:18 -0700 | [diff] [blame] | 12 | |
Dan Field | c9008f3 | 2021-07-14 23:46:02 -0700 | [diff] [blame] | 13 | python $CURRENT_DIR/firebase_testlab.py |