Files
weval-l99/v95_run_wrapper.sh
2026-04-24 04:38:58 +02:00

5 lines
132 B
Bash
Executable File

#!/bin/bash
cd /opt/weval-l99
timeout 200 python3 v95_full_authed_e2e.py > /tmp/v95-e2e.log 2>&1
echo "EXIT=$?" >> /tmp/v95-e2e.log