5 lines
132 B
Bash
Executable File
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
|