Skip to content

Commit

Permalink
Merge pull request #310 from sabracrolleton/master
Browse files Browse the repository at this point in the history
Fix critical bug in test-roles
  • Loading branch information
sabracrolleton authored Sep 29, 2022
2 parents 385545f + 78106fe commit eed734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postmodern/tests/test-roles.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
(query (format nil "reassign owned by ~a to ~a" y superuser-name))
(query (format nil "drop owned by ~a" y))))))
(loop for x in users do (drop-role x))
(loop for x in dbs do
(loop for x in *test-dbs* do
(when (and (database-exists-p x)
(not (equal x "test")))
(drop-database x))))))
Expand Down

0 comments on commit eed734f

Please sign in to comment.