blob: 4cd6e7f61165e3cd4d9d1d4a175b797e6d3402c6 [file] [log] [blame]
Paladox none4112ff22018-03-30 15:24:54 +00001#!/usr/bin/env bash
2
3if [[ -z "${TEMPLATE_NO_DEFAULT}" ]]; then
4bazel test \
5 --test_env="HOME=$HOME" \
6 //polygerrit-ui/app:all
7 --test_tag_filters=template \
8 "$@" \
9 --test_output errors \
10 --nocache_test_results
11else
12bazel test \
13 --test_env="HOME=$HOME" \
14 "$@" \
15 --test_output errors \
16 --nocache_test_results
17fi