Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
00f117c72afd169cdc4877e34c5d1e1c8ca70d89
/
.
/
tools
/
js
/
run_cypress_test_interactively.sh
blob: 8869cc052e192bfa8ff179456fc1c523ed7b53f9 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
o errexit
set
-
o nounset
set
-
o pipefail
bazel test \
--
test_env
=
DISPLAY
=
"${DISPLAY}"
\
--
strategy
=
TestRunner
=
processwrapper
-
sandbox \
--
test_output
=
streamed \
--
test_arg
=--
headed \
--
test_timeout
=
9999
\
"$@"