We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ccb06 commit 439395dCopy full SHA for 439395d
Tests/PostgreSQLTests/PostgreSQLConnectionTests.swift
@@ -379,10 +379,7 @@ extension PostgreSQLConnection {
379
static func makeTest() throws -> PostgreSQLConnection {
380
let hostname: String
381
#if Xcode
382
- //hostname = (try? Process.execute("docker-machine", "ip")) ?? "192.168.99.100"
383
- // TODO: Switch this back contrib_bootstrap wasnt working for me and I didnt feel like
384
- // delaying
385
- hostname = "localhost"
+ hostname = (try? Process.execute("docker-machine", "ip")) ?? "192.168.99.100"
386
#else
387
hostname = "localhost"
388
#endif
0 commit comments