Skip to content

Commit b49c081

Browse files
authored
Merge pull request #254 from marta-lokhova/fixPgError
Fix Postgres error when test databases already exist
2 parents 5ba01fc + 1701ed5 commit b49c081

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/FSLibrary/StellarKubeSpecs.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,8 @@ type NetworkCfg with
526526
Some(
527527
ShCmd.OfStrs [| "createdb"
528528
"test" + i.ToString() |]
529-
) |]
529+
)
530+
|> ignoreError |]
530531
| _ -> [||]
531532

532533
let waitForDB : ShCmd Option =

0 commit comments

Comments
 (0)