Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
837ca922e51c9ff9d2beba1b746c280777f5cfa6
/
.
/
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
\
"$@"