mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-23 17:21:13 -05:00
17 lines
383 B
YAML
17 lines
383 B
YAML
tests:
|
|
- name: "system table"
|
|
repos:
|
|
- name: dolt
|
|
server:
|
|
port: 3309
|
|
args: [ "--port", "3309", "--password", "password"]
|
|
scripts:
|
|
- gen/dolt_diff_log_join_on_commit.gen.lua
|
|
- name: "dummy system table"
|
|
repos:
|
|
- name: dolt
|
|
server:
|
|
port: 3309
|
|
args: [ "--port", "3309" ]
|
|
scripts:
|
|
- gen/dolt_diff_log_join_on_commit_dummy.gen.lua |