Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Dec 18, 2024
1 parent d277770 commit eaa3d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/restore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func TestSingleNodeDisasterRecoveryWithProxy(t *testing.T) {

t.Logf("%s: checking post-restore state", time.Now().Format(time.RFC3339))
line = []string{"check-post-restore.sh"}
if stdout, stderr, err := tc.RunCommandOnNode(0, line, lxd.WithProxyEnv(tc.IPs)); err != nil {
if stdout, stderr, err := tc.RunCommandOnNode(0, line); err != nil {
t.Fatalf("fail to check post-restore state: %v: %s: %s", err, stdout, stderr)
}

Expand Down

0 comments on commit eaa3d29

Please sign in to comment.