Skip to content

Commit 119b440

Browse files
committed
t log
1 parent b3bb07f commit 119b440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/awsiamrds/awsiamrds_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ func TestDriver(t *testing.T) {
2323
// export DBAWSIAMRDS_TEST_URL="postgres://user@host:5432/dbname";
2424
url := os.Getenv("DBAWSIAMRDS_TEST_URL")
2525
if url == "" {
26+
t.Log("skipping test; no DBAWSIAMRDS_TEST_URL set")
2627
t.Skip()
2728
}
2829

0 commit comments

Comments
 (0)