Make clear when bats tests are using the remote engine.

This commit is contained in:
Nick Tobey
2023-06-01 11:38:31 -07:00
parent 244de723ad
commit 09c723d9f6

View File

@@ -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