mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-23 09:54:26 +01:00
Shrink shell help msg and replace hardcoded path for shell tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user