aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tobias Werth <twerth@google.com>2016-07-21 07:56:26 +0000
committerGravatar John Cater <jcater@google.com>2016-07-21 20:35:18 +0000
commit6b1856c0da95ccea97b13890b2617bd0635f4291 (patch)
treed6e8186fea7adb25e672aefaf9b355b069e3b0b7
parentcf37f6646ba8997fc243d10836645258ba37cfbe (diff)
Make [] happy again by adding a test with the same name as the one whose deletion it did not notice, //third_party/bazel/tools/build_defs/test:swift_lib_test .
-- MOS_MIGRATED_REVID=128033534
-rwxr-xr-xtools/build_defs/apple/test/workaround.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/build_defs/apple/test/workaround.sh b/tools/build_defs/apple/test/workaround.sh
new file mode 100755
index 0000000000..dd818b6794
--- /dev/null
+++ b/tools/build_defs/apple/test/workaround.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+# Copyright 2016 The Bazel Authors. All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# TODO(twerth): remove workaround once TAP is happy again
+exit 0