summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/run_template_test.sh
blob: 4cd6e7f61165e3cd4d9d1d4a175b797e6d3402c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash

if [[ -z "${TEMPLATE_NO_DEFAULT}" ]]; then
bazel test \
      --test_env="HOME=$HOME" \
      //polygerrit-ui/app:all
      --test_tag_filters=template \
      "$@" \
      --test_output errors \
      --nocache_test_results
else
bazel test \
      --test_env="HOME=$HOME" \
      "$@" \
      --test_output errors \
      --nocache_test_results
fi