aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-08-04 11:49:52 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-08-04 17:19:07 +0200
commit49463f6a1f0971c03fcdfdf9dd03e7445f6ef935 (patch)
treec936fa890f00ed5659319fa010d70bf1595735bf /scripts/ci
parent028669478cc0054ab51f3dde6738a1269c405ddd (diff)
Make tests more portable
By replacing uses of /bin/bash by /bin/sh, a tool which is more reliably at this location. Then, enable most of the bazel tests for FreeBSD as well. Change-Id: Ic56a1705858f1ed67d1e96e2937e9389dd1d0e36 PiperOrigin-RevId: 164241635
Diffstat (limited to 'scripts/ci')
-rw-r--r--scripts/ci/bazel-tests.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index b12a40da46..535459dec4 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -59,7 +59,8 @@
"{} +"
],
"tests": [
- "//src/test/shell/integration/..."
+ "//src/test/shell/integration/...",
+ "let bazel=\"//src/test/shell/bazel/...\" in $bazel - filter(\"all_tests\", $bazel) - filter(\"jdk\", $bazel) - filter(\"maven\", $bazel) - filter(\"android\", $bazel) - filter(\"java\", $bazel) - filter(\"workspace\", $bazel) - filter(\"external\", $bazel) - filter(\"example\", $bazel) - filter(\"skylark_repository\", $bazel) - filter(\"repository_cache\", $bazel)"
],
"targets": []
}