mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-04 18:49:00 -06:00
8 lines
143 B
Bash
8 lines
143 B
Bash
#!/bin/sh
|
|
source ../helpers.bash
|
|
|
|
echo "Running $1 tests"
|
|
setup_dolt_repo
|
|
cd ..
|
|
node $1 $USER $PORT $REPO_NAME $PWD/testdata
|
|
teardown_dolt_repo |