blob: 8869cc052e192bfa8ff179456fc1c523ed7b53f9 [file] [log] [blame]
Philipp Schrader54cae032023-02-26 15:08:31 -08001#!/bin/bash
2
3set -o errexit
4set -o nounset
5set -o pipefail
6
7bazel test \
8 --test_env=DISPLAY="${DISPLAY}" \
9 --strategy=TestRunner=processwrapper-sandbox \
10 --test_output=streamed \
11 --test_arg=--headed \
12 --test_timeout=9999 \
13 "$@"