Shrink shell help msg and replace hardcoded path for shell tests

This commit is contained in:
PThorpe92
2024-12-16 20:14:04 -05:00
parent 66c44a021f
commit 1833dcb618
4 changed files with 13 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import os
import subprocess
# Configuration
sqlite_exec = "./target/debug/limbo"
sqlite_exec = os.getenv("SQLITE_EXEC", "./target/debug/limbo")
cwd = os.getcwd()
# Initial setup commands