Sign in
fuchsia
/
third_party
/
mesa
/
refs/tags/gitlab/mesa-25.0.5
/
.
/
bin
/
ci
/
nightly_compare.sh
blob: d72cfdc50e4010d267dc9004522aca08a7afb1a1 [
file
]
#!/usr/bin/env bash
set
-
eu
this_dir
=
$
(
dirname
--
"$(readlink -f -- "
$
{
BASH_SOURCE
[
0
]}
")"
)
readonly this_dir
exec \
"$this_dir/../python-venv.sh"
\
"$this_dir/requirements.txt"
\
"$this_dir/nightly_compare.py"
"$@"