check output in test when dolt pull without configs

This commit is contained in:
Stephanie You
2023-01-24 14:30:10 -08:00
parent a5320f6cea
commit 5c9f2957a2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -17,11 +17,11 @@ package commands
import (
"context"
"fmt"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/cmd/dolt/cli"
"github.com/dolthub/dolt/go/cmd/dolt/errhand"
eventsapi "github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi/v1alpha1"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/env"
"github.com/dolthub/dolt/go/libraries/doltcore/env/actions"
"github.com/dolthub/dolt/go/libraries/doltcore/merge"
+1
View File
@@ -1298,6 +1298,7 @@ SQL
# test pull with workspace up to date
run dolt pull
[ "$status" -eq 0 ]
[[ "$output" =~ "Everything up-to-date." ]] || false
# turn back on the configs and make a change in the remote
dolt config --global --add user.name mysql-test-runner