Module: Mesa
Branch: main
Commit: 6e4843bb04a6a582f0d450fff3ccf42251e7e718
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e4843bb04a6a582f0d450fff3ccf42251e7e718

Author: Eric Engestrom <[email protected]>
Date:   Wed May  3 17:52:57 2023 +0100

bin/ci/ci_run_n_monitor: use venv wrapper

Signed-off-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24367>

---

 bin/ci/ci_run_n_monitor.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/bin/ci/ci_run_n_monitor.sh b/bin/ci/ci_run_n_monitor.sh
new file mode 100755
index 00000000000..ba6a7e33ed5
--- /dev/null
+++ b/bin/ci/ci_run_n_monitor.sh
@@ -0,0 +1,10 @@
+#!/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/ci_run_n_monitor.py" "$@"

Reply via email to