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