mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
parent
52ccc36061
commit
7832ae22df
5 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
import os
|
||||
from test_limbo_cli import TestLimboShell
|
||||
|
||||
sqlite_exec = "./target/debug/limbo"
|
||||
sqlite_exec = "./scripts/limbo-sqlite3"
|
||||
sqlite_flags = os.getenv("SQLITE_FLAGS", "-q").split(" ")
|
||||
|
||||
test_data = """CREATE TABLE numbers ( id INTEGER PRIMARY KEY, value FLOAT NOT NULL);
|
||||
|
|
|
@ -104,7 +104,7 @@ class TestLimboShell:
|
|||
flags="",
|
||||
):
|
||||
if exec_name is None:
|
||||
exec_name = "./target/debug/limbo"
|
||||
exec_name = "./scripts/limbo-sqlite3"
|
||||
if flags == "":
|
||||
flags = "-q"
|
||||
self.config = ShellConfig(exe_name=exec_name, flags=flags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue