mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 03:04:20 +01:00
test_limbo_cli use SQLITE_EXEC if possible
This commit is contained in:
@@ -107,7 +107,9 @@ class TestLimboShell:
|
||||
flags="",
|
||||
):
|
||||
if exec_name is None:
|
||||
exec_name = "./scripts/limbo-sqlite3"
|
||||
exec_name = os.environ.get('SQLITE_EXEC')
|
||||
if exec_name is None:
|
||||
exec_name = "./scripts/limbo-sqlite3"
|
||||
if flags == "":
|
||||
flags = "-q"
|
||||
self.config = ShellConfig(exe_name=exec_name, flags=flags)
|
||||
|
||||
Reference in New Issue
Block a user