mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-11 11:08:38 -05:00
Make clear when bats tests are using the remote engine.
This commit is contained in:
@@ -145,6 +145,7 @@ setup_remote_server() {
|
||||
script_name=$(basename ${BATS_TEST_FILENAME})
|
||||
if [ "$SQL_ENGINE" = "remote-engine" ];
|
||||
then
|
||||
echo "Using remote engine for tests" >& 3
|
||||
if [[ "$SKIP_SERVER_TESTS" =~ "$script_name" ]];
|
||||
then
|
||||
skip
|
||||
|
||||
Reference in New Issue
Block a user