move venv to shared (#1291)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Smoke test for BOT/render_recap.py in --mode player.
|
||||
|
||||
Usage:
|
||||
source .venv/bin/activate && python BOT/tests/smoke_player_recap.py
|
||||
source ../SHARED/.venv/bin/activate && python BOT/tests/smoke_player_recap.py
|
||||
"""
|
||||
|
||||
import sqlite3
|
||||
|
||||
@@ -5,7 +5,7 @@ Runs the renderer end-to-end against the live HC storage volume databases
|
||||
and verifies a PNG lands at the --out path.
|
||||
|
||||
Usage:
|
||||
source .venv/bin/activate && python BOT/tests/smoke_recap.py
|
||||
source ../SHARED/.venv/bin/activate && python BOT/tests/smoke_recap.py
|
||||
"""
|
||||
|
||||
import subprocess
|
||||
|
||||
Reference in New Issue
Block a user