blob: 476e7f5e63b274d020358fadc7aca9e6c1352c89 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Temporary placeholders to call new buildbot script locations until
# buildbot master config can be pointed to new location.
exec $(dirname $0)/buildbot/bb_fyi_tester.sh "$@"
|