aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Marcel Hlopko <hlopko@google.com>2017-01-11 09:58:06 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-01-11 10:02:42 +0000
commitd9fc1759b1f57fe2b3c96f28b1d7f442b6908beb (patch)
treedfa066400c8075f21d477149547185cd03ee2b19
parent00549b4fcdde7de69f9fe618000e49c13db8224b (diff)
Add placeholder test to persistent_test_runner_tests
So it doesn't complain about missing tests. -- PiperOrigin-RevId: 144179946 MOS_MIGRATED_REVID=144179946
-rwxr-xr-xsrc/test/shell/bazel/persistent_test_runner_test.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/shell/bazel/persistent_test_runner_test.sh b/src/test/shell/bazel/persistent_test_runner_test.sh
index bd8217e456..95980edb29 100755
--- a/src/test/shell/bazel/persistent_test_runner_test.sh
+++ b/src/test/shell/bazel/persistent_test_runner_test.sh
@@ -136,5 +136,9 @@ EOF
|| true
}
+# TODO(kush): Remove this fake test once we enable real tests
+function test_placeholder_until_real_tests_are_enabled() {
+ echo "test_placeholder_until_real_tests_are_enabled"
+}
-run_suite "Persistent Test Runner tests" \ No newline at end of file
+run_suite "Persistent Test Runner tests"