chore: import upstream snapshot with attribution
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Updating dolt config for tests:"
|
||||
dolt config --global --add metrics.disabled true
|
||||
dolt config --global --add metrics.host localhost
|
||||
dolt config --global --add user.name mysql-test-runner
|
||||
dolt config --global --add user.email mysql-test-runner@liquidata.co
|
||||
|
||||
echo "Running data-dump-loading-tests:"
|
||||
cd /data-dump-loading-tests && bats . && cd -
|
||||
Reference in New Issue
Block a user