mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 12:40:16 -05:00
8 lines
129 B
Bash
8 lines
129 B
Bash
#!/bin/sh
|
|
source ../helpers.bash
|
|
|
|
echo "Running $1 tests"
|
|
setup_dolt_repo
|
|
cd ..
|
|
node $1 $USER $PORT $REPO_NAME
|
|
teardown_dolt_repo |